This commit is contained in:
潘晓云
2022-04-28 12:27:28 +08:00
parent a9ad891224
commit dbfd39c512
8 changed files with 401 additions and 273 deletions

View File

@ -2,16 +2,17 @@
@import '~@delon/abc/index';
@import '~@delon/chart/index';
@import 'app/layout/pro/styles/index.less';
@import './styles/common/global.less';
@import './styles/index';
@import './styles/theme';
.icon {
width : 18px;
fill : currentColor;
overflow : hidden;
font-size : 18px !important;
color : #ffffff;
width: 18px;
fill: currentColor;
overflow: hidden;
font-size: 18px !important;
color: #ffffff;
margin-right: 10px;
}
@ -19,13 +20,13 @@
/* 全局滚动条美化 */
*::-webkit-scrollbar {
width : (@layout-gutter);
width: (@layout-gutter);
height: (@layout-gutter);
}
*::-webkit-scrollbar-thumb {
background : #d9d9d9;
cursor : pointer;
background: #d9d9d9;
cursor: pointer;
border-radius: (@layout-gutter) / 2;
}
@ -46,14 +47,14 @@ input[type="number"] {
.break-word-all {
word-break: break-all;
word-wrap : break-word;
word-wrap: break-word;
}
st {
.block-td {
.ant-divider-vertical {
display : none;
margin : 0;
display: none;
margin: 0;
border-left: none;
}
@ -66,9 +67,9 @@ st {
}
nz-range-picker {
width : 100%;
width: 100%;
word-break: break-all;
word-wrap : break-word;
word-wrap: break-word;
}
.ant-select-tree .ant-select-tree-treenode-disabled {
@ -76,13 +77,13 @@ nz-range-picker {
margin: 0;
.ant-select-tree-checkbox-inner {
width : 0px;
width: 0px;
border-color: #ffffff !important;
}
}
.ant-select-tree-node-content-wrapper {
color : unset;
color: unset;
cursor: not-allowed;
}
}
@ -93,13 +94,13 @@ nz-range-picker {
margin: 0;
.ant-select-tree-checkbox-inner {
width : 0px;
width: 0px;
border-color: #ffffff !important;
}
}
.ant-select-tree-node-content-wrapper {
color : unset;
color: unset;
cursor: not-allowed;
}
}
@ -109,4 +110,4 @@ nz-range-picker {
cdk-virtual-scroll-viewport {
min-height: 54px;
}
}
}