This commit is contained in:
zengqiao
2020-12-19 00:40:52 +08:00
parent 49280a8617
commit 447a575f4f
83 changed files with 1578 additions and 559 deletions

View File

@@ -0,0 +1,15 @@
.ant-spin-blur .ant-table-content {
opacity: 0;
}
.ant-alert-error {
margin-top: 10px;
}
.isSHowApp {
display: block;
}
.isHideApp {
display: none;
}
.tips {
margin-left: 48px;
}

View File

@@ -1,6 +1,6 @@
.content-container {
position: relative;
min-width: 760px;
.table-operation {
a {
color: @primary-color;