Commit 20aba4ff authored by 罗超's avatar 罗超

优化样式

parent 8b3bb328
...@@ -246,9 +246,23 @@ ...@@ -246,9 +246,23 @@
div[data-qiankun="erp"] { div[data-qiankun="erp"] {
background:unset; background:unset;
} }
table[border="1"] {
border-width: 1px !important;
border-collapse: collapse;
}
table[border="1"] th,
table[border="1"] td {
border-width: 1px !important;
}
table[border][bordercolor],
table[border][bordercolor] th,
table[border][bordercolor] td {
border-color: inherit !important;
}
.qiankun-erp .productQuerySearch li:last-child { .qiankun-erp .productQuerySearch li:last-child {
top: 42px !important; top: 42px !important;
} }
#app { #app {
height: 100%; height: 100%;
} }
......
...@@ -26,12 +26,14 @@ th { ...@@ -26,12 +26,14 @@ th {
font-family: PingFangSC-Semibold !important; font-family: PingFangSC-Semibold !important;
} }
.red-theme th { /* .red-theme th {
font-family: unset !important; font-family: unset !important;
font-weight: normal !important; font-weight: normal !important;
color: #303133 !important; color: #303133 !important;
} */
.red-theme ._submit .btn-box {
width:220px !important;
} }
.red-theme .el-button--danger { .red-theme .el-button--danger {
color: #fff; color: #fff;
background-color: #f45c43 !important; background-color: #f45c43 !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment