1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .D1storage {
- background-color: #fff;
- border-radius: 10px;
- padding: 34px 24px 24px;
- position: relative;
- :global {
- .D1top {
- position: absolute;
- top: 34px;
- left: 24px;
- z-index: 10;
- .D1topllTxt {
- position: relative;
- top: 2px;
- font-size: 18px;
- font-weight: 700;
- }
- .ant-btn {
- margin-left: 15px;
- }
- }
- .D1main {
- width: 100%;
- height: 100%;
- & > div {
- width: 100%;
- height: 100%;
- .D1Lmainll {
- width: 300px;
- .D1Lmainll1 {
- margin-bottom: 10px;
- }
- .D1Lmainll2 {
- height: calc(100% - 42px);
- overflow-y: auto;
- .ant-tree-treenode {
- height: 36px;
- line-height: 36px;
- }
- }
- }
- .site-tree-search-value {
- color: red;
- font-weight: 700;
- }
- .D1null {
- width: 100%;
- height: 80%;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 18px;
- letter-spacing: 4px;
- font-weight: 700;
- }
- .ant-table-cell {
- padding: 8px !important;
- }
- }
- }
- }
- }
|