Commit ba733961 authored by danfuman's avatar danfuman

修改

parent 4d59b0f5
...@@ -322,14 +322,14 @@ li { ...@@ -322,14 +322,14 @@ li {
.table-item { .table-item {
width: 100%; width: 100%;
.el-table { .el-table {
font-size: 13px; font-size: 14px;
color: #232323; color: #232323;
th { th {
font-size: 13px !important; font-size: 13px !important;
font-weight: 400 !important; font-weight: 400 !important;
} }
td { td {
font-size: 13px; font-size: 14px;
} }
.cell { .cell {
padding-right: 12px !important; padding-right: 12px !important;
......
...@@ -762,7 +762,7 @@ select { ...@@ -762,7 +762,7 @@ select {
.checkbox .el-checkbox__label { .checkbox .el-checkbox__label {
padding-left: 6px; padding-left: 6px;
color: #232323; color: #606266;
} }
.checkbox .checkbox-content .checkbox-content-qx { .checkbox .checkbox-content .checkbox-content-qx {
...@@ -1171,11 +1171,11 @@ select { ...@@ -1171,11 +1171,11 @@ select {
.table-item .el-table tr, .table-item .el-table tr,
.table-item .el-table td { .table-item .el-table td {
font-size: 13px; font-size: 14px;
} }
.table-item-jf .el-table tr, .table-item-jf .el-table tr,
.table-item-jf .el-table td { .table-item-jf .el-table td {
font-size: 13px; font-size: 14px;
} }
......
...@@ -842,7 +842,7 @@ export default { ...@@ -842,7 +842,7 @@ export default {
.el-checkbox-group { .el-checkbox-group {
.el-checkbox { .el-checkbox {
.el-checkbox__label { .el-checkbox__label {
color: #333333; color: #606266;
} }
&.is-checked { &.is-checked {
.el-checkbox__label { .el-checkbox__label {
......
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