You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
862 B
79 lines
862 B
.i-icon {
|
|
display: flex;
|
|
}
|
|
|
|
.ant-tree-iconEle {
|
|
.i-icon {
|
|
display: inherit;
|
|
line-height: 28px;
|
|
}
|
|
|
|
}
|
|
|
|
.top-breadcrumb {
|
|
.item {
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 5px;
|
|
}
|
|
}
|
|
|
|
.ant-drawer .ant-drawer-footer {
|
|
background-color: #fcfcfc;
|
|
}
|
|
|
|
.hover {
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
|
|
color: #1c7ed6;
|
|
}
|
|
}
|
|
|
|
/*灰色*/
|
|
.color-gray {
|
|
color: #999;
|
|
}
|
|
|
|
.color-65 {
|
|
color: rgba(0, 0, 0, 0.65);
|
|
}
|
|
|
|
.color-333 {
|
|
color: #333;
|
|
}
|
|
|
|
.color-green {
|
|
color: green;
|
|
}
|
|
|
|
.color-green1{
|
|
color: rgb(18 185 128 / 1 );
|
|
}
|
|
|
|
.color-red {
|
|
color: #F56C6C;
|
|
}
|
|
|
|
.color-yellow {
|
|
color: rgb(250 145 0)
|
|
}
|
|
|
|
.text-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* */
|
|
/* .ant-table-thead > tr > th{ */
|
|
/* background-color: #fcfcfc; */
|
|
/* } */
|
|
|
|
/* */
|
|
/* .ant-table-tbody > tr > td{ */
|
|
/* background-color: #fff; */
|
|
/* } */
|
|
|
|
/* */
|