From e51eb7656994013fac2b117ec3be4c1521a5c3e9 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期四, 31 十月 2024 16:59:57 +0800 Subject: [PATCH] 10.31 --- src/views/sampling/sampling/index.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue index fd4b7e1..3618dde 100644 --- a/src/views/sampling/sampling/index.vue +++ b/src/views/sampling/sampling/index.vue @@ -890,18 +890,22 @@ display: flex; font-size: 19px; justify-content: space-between; + // font-weight: bold; // font-family: "Arial Black", sans-serif !important; } .last div span { + // font-weight: bold; margin-left: 10px; // font-family: "Arial Black", sans-serif !important; } .last p { + // font-weight: bold; margin-left: 10px; // font-family: "Arial Black", sans-serif !important; } p { margin-left: 10px; + // font-weight: bold; // font-family: "Arial Black", sans-serif !important; } .tj { @@ -909,6 +913,7 @@ display: flex; font-size: 19px; justify-content: space-between; + // font-weight: bold; font-family: "Arial Black", sans-serif !important; } .tj span { @@ -1049,5 +1054,6 @@ .el-table .warning-row { background-color: #e5f3ff !important; + /* font-weight: bold; */ } </style> -- Gitblit v1.8.0