| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- .A2classify {
- background-color: #fff;
- border-radius: 10px;
- padding: 20px 24px;
- position: relative;
- :global {
- .A2top {
- display: flex;
- justify-content: space-between;
- height: 40px;
- align-items: center;
- .A2top1 {
- display: flex;
- align-items: center;
- }
- }
- .A2main {
- margin-top: 15px;
- height: calc(100% - 50px);
- & > div {
- height: 100%;
- }
- .A2Null {
- width: 100%;
- height: 300px;
- font-size: 24px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .A2m1 {
- display: flex;
- justify-content: space-between;
- .A2m1ll {
- width: 40%;
- background-color: #e8e8e8;
- padding: 20px;
- overflow-y: auto;
- .site-tree-search-value {
- color: red;
- font-weight: 700;
- }
- .ant-tree {
- min-height: 100%;
- padding: 10px;
- }
- }
- .A2m1rr {
- width: calc(60% - 24px);
- border: 1px solid #ccc;
- padding: 20px;
- .A2mr1 {
- font-weight: 700;
- color: var(--themeColor);
- font-size: 24px;
- }
- .A2mr2 {
- margin: 20px 0 40px;
- }
- .A2mr3 {
- display: flex;
- font-size: 20px;
- margin-bottom: 30px;
- .A2mr3ll {
- width: 100px;
- text-align: right;
- font-weight: 700;
- }
- .A2mr3rr {
- width: calc(100% - 100px);
- }
- }
- }
- }
- }
- }
- }
- // 新增弹窗页面
- .A2add {
- :global {
- .ant-modal-close {
- display: none;
- }
- .ant-modal {
- width: 800px !important;
- }
- .ant-modal-body {
- border-top: 1px solid #ccc;
- }
- .A2aMain {
- padding-top: 15px;
- .fromRow2 {
- position: relative;
- .fromRowTit {
- position: absolute;
- left: 200px;
- top: 5px;
- color: #999;
- font-size: 12px;
- }
- }
- .fromRow {
- display: flex;
- margin-bottom: 24px;
- .fromRowll {
- width: 94px;
- text-align: right;
- position: relative;
- top: 3px;
- }
- .fromRowrr {
- width: calc(100% - 94px);
- }
- }
- }
- }
- }
|