[bug] 布局修改

This commit is contained in:
zhaoxiao
2021-11-02 14:09:40 +08:00
parent b4e0580f21
commit 3e1182294a
3 changed files with 17 additions and 10 deletions
+6
View File
@@ -99,8 +99,14 @@
}
}
/*重置按钮*/
.reset-button {
color: #08B6AF;
background: rgba(8,182,175,0.10);
border: 1px solid #08b6af;
}
/*表格滚动条*/
.ant-table-body {
overflow-x: auto!important;
}