-
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user