From 7d540071e539dda17f0e11859958167d0c1a7615 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 30 十一月 2022 15:55:54 +0800
Subject: [PATCH] 1.看板优化
---
src/views/kb/zhkb.vue | 76 +++++++++++++++++++++++--------------
1 files changed, 47 insertions(+), 29 deletions(-)
diff --git a/src/views/kb/zhkb.vue b/src/views/kb/zhkb.vue
index 75a6351..6bb0ca2 100644
--- a/src/views/kb/zhkb.vue
+++ b/src/views/kb/zhkb.vue
@@ -23,7 +23,7 @@
<div v-for="item in lineContent3" :key="item.workcode" class="kb_left_top_block">
<div class="kb_block02 kb_pd10">
<div>
- <div>閿�鍞崟鍙�:{{ item.saleordercode }}</div>
+ <div>閿�鍞鍗�:{{ item.saleordercode }}</div>
<div class="kb_mt10">
鍔犲伐鍗曞彿:{{ item.workcode }}
</div>
@@ -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