123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- ::v-deep .custom-columns-modal {
- width: 800px !important;
- .custom-modal-content {
- .input-search {
- width: 200px;
- margin: 10px 0 10px 0;
- }
- .class-left-header {
- height: 50px;
- line-height: 50px;
- background-color: #ccc;
- padding: 0 10px;
- display: flex;
- justify-content: space-between;
- }
- .active {
- background: #ccc;
- color:cyan;
- cursor: pointer;
- }
- .modal-content-table {
- display: flex;
- justify-content: space-between;
- .select-class-left {
- width: 65%;
- height: 400px;
- border: 1px solid #ccc;
- .class-left-main {
- display: flex;
- .left-main-left {
- width: 140px;
- border-right: 1px solid #ccc;
- .main-left-select {
- height: 40px;
- line-height: 40px;
- text-align: center;
- }
- }
- .left-main-right {
- width: 100%;
- height: 348px;
- overflow-y: auto;
- padding: 10px;
- .main-right-class {
- height: 200px;
- .check-box-p {
- height: 20px;
- line-height: 20px;
- }
- .check-box-select-muster {
- .check-box-class {
- display: inline-block;
- width: 50%;
- }
- }
- }
- }
- }
- }
- .select-class-right {
- width: 30%;
- height: 400px;
- border: 1px solid #ccc;
- .class-left-content {
- padding: 0 10px;
- height: 348px;
- overflow-y: auto;
- .apply-right-tree {
- display: flex;
- justify-content: space-between;
- align-items: baseline;
- .left-content-p {
- display: inline-block;
- width: 85%;
- height: 25px;
- line-height: 25px;
- margin: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .delete-type-class {
- color: #1890ff;
- cursor: pointer;
- }
- }
- }
- .no-data-class {
- height: 340px;
- line-height: 340px;
- text-align: center;
- }
- }
- }
- }
- // .acount-title {
- // display: flex;
- // font-size: 14px;
- // height: 40px;
- // line-height: 40px;
- // .acount-title-left {
- // margin-right: 20px;
- // width: 100px;
- // }
- // }
- // .push-plate {
- // margin-bottom: 20px;
- // }
- }
|