From 1e07cfd8ac6c3e31e94c0ea98dcff61db51e49d1 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期一, 09 一月 2023 16:54:39 +0800 Subject: [PATCH] fix: 单选框展示 --- src/views/operate/writManager/writ/index.vue | 31 ++++++++++++++----------------- 1 files changed, 14 insertions(+), 17 deletions(-) diff --git a/src/views/operate/writManager/writ/index.vue b/src/views/operate/writManager/writ/index.vue index 233f844..3decf47 100644 --- a/src/views/operate/writManager/writ/index.vue +++ b/src/views/operate/writManager/writ/index.vue @@ -17,9 +17,6 @@ <el-table ref="multipleTable" :header-cell-style="{ - background: '#06122c', - 'font-size': '12px', - color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px', }" @@ -283,7 +280,7 @@ color: #1d3f57; &::v-deep .el-input__inner { - background-color: #09152f; + background-color: #fff; border: 1px solid #17324c; } } @@ -292,7 +289,7 @@ } main { - background-color: #09152f; + background-color: #fff; margin-top: 20px; padding-bottom: 50px; @@ -330,7 +327,7 @@ &::v-deep .el-input__inner { border: none; - background-color: #09152f; + // background-color: #09152f; } &:hover { @@ -353,7 +350,7 @@ &::v-deep li, &::v-deep .btn-prev, &::v-deep .btn-next { - background-color: #071f39; + // background-color: #071f39; color: #4b9bb7; } @@ -364,13 +361,13 @@ } } } - &::v-deep .warning-row { - background-color: #06122c; - } + // &::v-deep .warning-row { + // background-color: #06122c; + // } - &::v-deep .success-row { - background-color: #071f39; - } + // &::v-deep .success-row { + // background-color: #071f39; + // } .operationBox { display: flex; @@ -380,8 +377,8 @@ background-color: #4b9bb7; } .el-table { - color: #4b9bb7; - font-size: 10px; + // color: #4b9bb7; + // font-size: 10px; .operation { display: flex; @@ -398,11 +395,11 @@ // 璁剧疆dialog鏍峰紡 ::v-deep .el-dialog__body { background-color: #fff; - color: #000; + // color: #000; } ::v-deep .el-dialog__header { - background-color: #06122c !important; + // background-color: #06122c !important; color: #fff; } } -- Gitblit v1.8.0