From e41960f51863b5249dfcee4c4f433c8b7b591427 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Mon, 20 Oct 2025 09:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../checkManage/checkLog/index.vue | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/src/views/visualCheck/checkManage/checkLog/index.vue b/src/views/visualCheck/checkManage/checkLog/index.vue index 34c6369..1967a27 100644 --- a/src/views/visualCheck/checkManage/checkLog/index.vue +++ b/src/views/visualCheck/checkManage/checkLog/index.vue @@ -737,4 +737,60 @@ export default { } } +.stock-dialog{ + ::v-deep .el-dialog{ + width: 1220px !important; + } +} +.stockGridNumName-style{ + ::v-deep .el-form-item__content{ + width: auto !important; + padding: 0 10px; + .stock-popover{ + display: inline-block; + margin-left: 6px; + color: #0348f3; + } + } +} +.stock-info-tips{ + line-height: 24px; + margin-bottom: 20px; + p{ + color: #0c0e1e; + i{ + display: inline-block; + padding: 0 4px; + font-weight: bold; + font-style: normal; + color: #00b42a; + } + } + span{ + display: block; + } +} +::v-deep .el-card { + flex: 1; + margin-right: 15px; + .el-card__header{ + color: #0c0e1e; + // font-size: 16px; + background-color: #fff !important; + border-bottom: 1px solid #ebeef5 !important; + } + .el-card__body{ + height: 180px; + overflow: hidden; + overflow-y: scroll; + } + .stock-info-item{ + display: flex; justify-content: space-between; padding: 4px 20px; + span{ + display: block; + height: 26px; + line-height: 26px; + } + } +}