This commit is contained in:
罗松柏 2021-11-24 17:16:33 +08:00
parent 9682007ae7
commit 6d1847c32c
2 changed files with 2 additions and 1 deletions

View File

@ -286,7 +286,7 @@
.table-fenxi-box { width: 100%; } .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 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 { text-align: center; border-left: 1px solid #e6e6e6; }
.table-fenxi-box tr td{ min-width: 100px; max-height: 200px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border: 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; }
.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; } .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

@ -828,6 +828,7 @@ label:not(.form-check-label):not(.custom-file-label) { font-weight: 400; }
background-color: #f0f2f5; background-color: #f0f2f5;
min-width: 100px; min-width: 100px;
max-width: 200px; max-width: 200px;
width: 150px;
padding: 10px 16px; padding: 10px 16px;
color: #202d3f; color: #202d3f;
font-size: 13px; font-size: 13px;