From 0fe5b8389c7025ce34a05d3920d1d6c169f9fea7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 03 三月 2023 16:31:50 +0800
Subject: [PATCH] 1.字体引入研究2.节拍工价、工单新增控制必须设置计件单价

---
 src/views/xtsz/mmxg.vue |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/views/xtsz/mmxg.vue b/src/views/xtsz/mmxg.vue
index 5d13ad7..489af77 100644
--- a/src/views/xtsz/mmxg.vue
+++ b/src/views/xtsz/mmxg.vue
@@ -231,7 +231,7 @@
 <!--import elDragDialog from '@/directive/el-drag-dialog'-->
 <!--import waves from '@/directive/waves'-->
 <!--import TableColumnSettings from '@/components/TableColumnSettings'-->
-
+<!--import '../../styles/font.css'-->
 <!--export default {-->
 <!--  name: 'Zzjg',-->
 <!--  components: {-->
@@ -429,7 +429,7 @@
 <!--        // background: '#a7a7a7', padding: '0'-->
 <!--        background: '#f8f8fa',-->
 <!--        padding: '10px 0',-->
-<!--        // fontFamily: 'SimHei',-->
+<!--        fontFamily: 'font',-->
 <!--        // margin: '3px 0',-->
 <!--        color: '#bfc3c8',-->
 <!--        fontWeight: 600-->
@@ -442,14 +442,16 @@
 
 <!--    cellStyle() {-->
 <!--      const option = {-->
-<!--        // fontFamily: 'SimHei',-->
+<!--        fontFamily: 'font',-->
 <!--        // padding: '5px 0'-->
 <!--        // fontFamily: 'sans-serif',-->
 <!--        // fontFamily: 'Rubber cover glass BL-04',-->
-<!--        // fontWeight: 'bold',-->
-<!--        // fontWeight: 550,-->
+<!--        // fontWeight: 'normal',-->
+<!--        fontWeight: 500,-->
 
-<!--        color: '#706f6f'-->
+<!--        // color: '#706f6f'-->
+
+<!--        color: '#29262e'-->
 <!--        // color: `rgb(51, 54, 57)`-->
 
 <!--      }-->

--
Gitblit v1.9.3