This commit is contained in:
罗松柏 2021-11-24 17:27:24 +08:00
parent 6d1847c32c
commit 4c11361afc
2 changed files with 4 additions and 4 deletions

View File

@ -286,7 +286,7 @@
.table-fenxi-box { width: 100%; }
.table-fenxi-box th { background-color: #f0f2f5; min-width: 100px; max-width: 200px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #f0f2f5; }
.table-fenxi-box tr { text-align: center; border-left: 1px solid #e6e6e6; }
.table-fenxi-box tr td{ min-width: 100px; max-height: 200px; width: 150px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border: 1px solid #e6e6e6; }
.table-fenxi-box tr td{ min-width: 120px; max-height: 200px; width: 150px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border: 1px solid #e6e6e6; }
.participate-box { color: #67729d; margin-left: 16px; padding: 0 6px; display: inline-block; min-width: 40px; height: 28px; font-size: 13px; line-height: 29px; border-radius: 2px; cursor: pointer; background-color: #fff; border: 1px solid #f0f2f5; }

View File

@ -29,7 +29,7 @@
.layui-laypage-em { background-color: #3d90ff !important; }
::-webkit-scrollbar {
width:8px;
width:0px;
height:8px;
background-color:#F5F5F5;
}
@ -826,9 +826,9 @@ label:not(.form-check-label):not(.custom-file-label) { font-weight: 400; }
}
.table-fenxi-th th{
background-color: #f0f2f5;
min-width: 100px;
min-width: 120px;
max-width: 200px;
width: 150px;
width: 180px;
padding: 10px 16px;
color: #202d3f;
font-size: 13px;