From 20ac76481e2748bec983dbf460cd44995ae08c0c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 22 十一月 2022 10:53:02 +0800
Subject: [PATCH] 1.看板字体整体增大
---
src/views/kb/zhkb.vue | 74 +++++++++++++++++++++++--------------
1 files changed, 46 insertions(+), 28 deletions(-)
diff --git a/src/views/kb/zhkb.vue b/src/views/kb/zhkb.vue
index 75a6351..96468c8 100644
--- a/src/views/kb/zhkb.vue
+++ b/src/views/kb/zhkb.vue
@@ -110,7 +110,7 @@
<el-table-column
prop="xh"
label="搴忓彿"
- width="50"
+ width="60"
/>
<el-table-column
@@ -121,12 +121,44 @@
<el-table-column
prop="pfsj"
label="娲惧彂鏃堕棿"
- width="160"
+ width="140"
/>
<el-table-column
prop=""
label="閿�鍞鍗曞彿"
width="160"
+ /> <el-table-column
+ prop=""
+ label="鍔犲伐鍗曞彿"
+ width="160"
+ /> <el-table-column
+ prop=""
+ label="浜у搧鍚嶇О"
+ width="100"
+ /> <el-table-column
+ prop=""
+ label="浠诲姟鏁伴噺"
+ width="100"
+ /> <el-table-column
+ prop=""
+ label="瀹屽伐鏁伴噺"
+ width="100"
+ /> <el-table-column
+ prop=""
+ label="涓嶈壇鏁伴噺"
+ width="100"
+ /> <el-table-column
+ prop=""
+ label="瀹屾垚鐜�"
+ width="80"
+ /> <el-table-column
+ prop=""
+ label="棰勮寮�濮�"
+ width="140"
+ /> <el-table-column
+ prop=""
+ label="棰勮缁撴潫"
+ width="140"
/>
</el-table>
</div>
@@ -153,16 +185,16 @@
<el-table-column
prop="xh"
label="搴忓彿"
- width="50"
+ width="60"
/>
<el-table-column
prop="cx"
- width="144"
+ width="165"
label="浜х嚎"
/>
<el-table-column
prop="cp"
- width="160"
+ width="120"
label="浜у搧"
/>
<el-table-column
@@ -348,8 +380,8 @@
padding: '10px 0',
textAlign: 'center',
color: '#07acc2',
- border: 'none'
- // fontSize: '16px'
+ border: 'none',
+ fontSize: '18px'
}
},
cellStyle() {
@@ -358,8 +390,8 @@
textAlign: 'center',
backgroundColor: '#000',
color: '#fff',
- border: 'none'
- // fontSize: '16px'
+ border: 'none',
+ fontSize: '18px'
}
}
}
@@ -370,28 +402,13 @@
<style lang="scss" scoped>
$main_color: #09d8f2;
$color01: #00FFFF;
-.lineContent {
- height: 435px;
- border: 1px solid $main_color;
- border-radius: 5px;
- padding: 2px;
-}
-
-.horn {
- background: linear-gradient($color01, $color01) left top,
- linear-gradient($color01, $color01) left top,
- linear-gradient($color01, $color01) right top,
- linear-gradient($color01, $color01) right top,
- linear-gradient($color01, $color01) left bottom,
- linear-gradient($color01, $color01) left bottom,
- linear-gradient($color01, $color01) right bottom,
- linear-gradient($color01, $color01) right bottom;
- background-repeat: no-repeat;
- background-size: 2px 20px, 20px 2px;
-}
.tableData {
background: #000;
+}
+
+.el-table::before{
+ height: 0;
}
.el-table__empty-text {
@@ -496,4 +513,5 @@
background-color: rgb(255 255 0);
border-radius: 50%;
}
+
</style>
--
Gitblit v1.9.3