From f3a5ca51e3d61d99f8c39c42ebe5341efbf8ff29 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 19 九月 2024 08:27:15 +0800
Subject: [PATCH] 标签样式页面样式调整

---
 north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue |   16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue b/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
index 88e5f6e..962abb6 100644
--- a/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
+++ b/north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
@@ -609,7 +609,7 @@
   <div style="height: 100%;width: 100%">
     <div style="height: 10%;width: 100%;float: left" @change="changePaperSize">
       <el-row>
-        <el-col :span="5" >
+        <el-col :span="6" >
           <el-button-group  >
             <el-button  v-for="(item,key) in paperTypes"  @click="changePaperSize(item,'list')"  >{{key}}</el-button>
             <el-popover placement="right" :width="250" trigger="click">
@@ -632,7 +632,7 @@
             </el-popover>
           </el-button-group>
         </el-col>
-        <el-col :span="5">
+        <el-col :span="6">
             <el-select v-model="tag" @change="changeTag" placeholder="鏍囩妯℃澘鍒楄〃" style="width: 140px" >
               <el-option
                   v-for="(tag,index) in tags"
@@ -651,7 +651,7 @@
             />
           </el-select>
         </el-col>
-        <el-col :span="2">
+        <el-col :span="3">
           <el-select v-model="stateValue" :placeholder="$t('processCard.pleaseSelect')" allow-create class="m-2" clearable
                      filterable style="width: 140px">
             <el-option
@@ -662,17 +662,11 @@
             />
           </el-select>
         </el-col>
-        <el-col :span="1">
+        <el-col :span="6">
           <el-button type="primary" @click="save">淇濆瓨</el-button>
-        </el-col>
-        <el-col :span="1">
           <el-button type="warning" @click="clear">娓呯┖</el-button>
-        </el-col>
-        <el-col :span="1">
           <el-button :disabled="!tag.id" type="danger" @click="deleteTag">鍒犻櫎</el-button>
-        </el-col>
-        <el-col :span="1">
-          <el-button type="danger" @click="htmlPrint">棰勮</el-button>
+          <el-button type="primary" @click="htmlPrint">棰勮</el-button>
         </el-col>
       </el-row>
 

--
Gitblit v1.8.0