From 7860fe0191d10b79a53bd294edd36d31e9fb504c Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 03 十二月 2024 10:03:26 +0800 Subject: [PATCH] 12.03 --- src/views/sampling/sampling/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue index fd4b7e1..1d411b0 100644 --- a/src/views/sampling/sampling/index.vue +++ b/src/views/sampling/sampling/index.vue @@ -803,11 +803,9 @@ try { // 璇锋眰鎺ュ彛骞惰幏鍙栧搴﹀�� const widthResponse = await getTxmkd(); - // console.log("浠� getTxmkd 杩斿洖鐨勫搷搴�:", widthResponse); // 鎵撳嵃鍚庣杩斿洖鍊� const barcodeWidth = `${Number(widthResponse.msg)}%` || "70%"; // 鑾峰彇瀹藉害鍊硷紝榛樿浣跨敤 70% const jyxh = this.selectList.map((item) => item.jyxh); - // console.log(this.selectList, 999); await this.$nextTick(); // 纭繚 DOM 鏇存柊 @@ -890,18 +888,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 +911,7 @@ display: flex; font-size: 19px; justify-content: space-between; + // font-weight: bold; font-family: "Arial Black", sans-serif !important; } .tj span { @@ -1049,5 +1052,6 @@ .el-table .warning-row { background-color: #e5f3ff !important; + /* font-weight: bold; */ } </style> -- Gitblit v1.8.0