.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); } } } } }