From 04c5571156dc904de0ab2478a6b73b304bc16c4c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 09 八月 2022 11:13:41 +0800
Subject: [PATCH] 1.项目整体样式修改

---
 src/views/scgl/scdd.vue |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/src/views/scgl/scdd.vue b/src/views/scgl/scdd.vue
index 653a70b..1c1de64 100644
--- a/src/views/scgl/scdd.vue
+++ b/src/views/scgl/scdd.vue
@@ -56,14 +56,14 @@
             <el-form-item label="鍒涘缓浜哄憳" style=" display: flex;">
               <el-input v-model="form.creatuser" style="width: 200px" placeholder="璇疯緭鍏�" />
             </el-form-item>
-            <el-form-item label="棰勮寮�宸ユ椂闂�" label-width="100px" style=" display: flex;font-size: 14px">
+            <el-form-item label="棰勮寮�宸ユ椂闂�" label-width="100px" style=" display: flex;font-size: 14px;margin-top: 3px">
               <el-date-picker
                 v-model="form.paystartdate"
                 type="daterange"
                 range-separator="~"
                 class="timeMini"
                 size="mini"
-                style="width: 225px;display: flex"
+                style="width: 250px;display: flex;line-height: 34px;height: 34px;font-size: 14px!important;"
                 :clearable="false"
                 start-placeholder="寮�濮嬫棩鏈�"
                 end-placeholder="缁撴潫鏃ユ湡"
@@ -71,7 +71,7 @@
               <!--              :picker-options="expireTimeOption"-->
 
             </el-form-item>
-            <el-form-item label="棰勮瀹屽伐鏃堕棿" label-width="100px" style=" display: flex;font-size: 14px">
+            <el-form-item label="棰勮瀹屽伐鏃堕棿" label-width="100px" style=" display: flex;font-size: 14px;margin-top: 3px">
               <el-date-picker
                 v-model="form.payenddate"
                 type="daterange"
@@ -79,7 +79,7 @@
                 class="timeMini"
                 range-separator="~"
                 start-placeholder="寮�濮嬫棩鏈�"
-                style="width: 225px;display: flex"
+                style="width: 250px;display: flex;line-height: 34px ;height: 34px ;font-size: 14px !important;"
                 end-placeholder="缁撴潫鏃ユ湡"
                 size="mini"
               />
@@ -253,7 +253,10 @@
           >
             <template slot-scope="{row}">
               <div class="operationClass">
-                <el-button type="text" @click="edit('edit',row)">涓嬭揪</el-button>
+                <el-tooltip class="item" effect="dark" content="涓嬭揪" placement="top">
+                  <!--                <el-button type="text" @click="edit('edit',row)">涓嬭揪</el-button>-->
+                  <i class="el-icon-bottom" style="color:#42b983;cursor: pointer;margin-left: 5px" @click="edit('edit',row)" />
+                </el-tooltip>
               </div>
             </template>
           </el-table-column>
@@ -266,7 +269,7 @@
         :page.sync="form.page"
         :limit.sync="form.rows"
         align="right"
-        layout="prev, pager, next,sizes"
+        layout="total,prev, pager, next,sizes"
         popper-class="select_bottom"
         @pagination="getErpOrderSearch"
       />
@@ -699,6 +702,15 @@
 <!--鍏叡椤甸潰鏍峰紡-->
 <style lang="scss" scoped>
 $main_color: #42b983;
+::v-deep  .el-range-input{
+  font-size: 14px !important;
+}
+::v-deep .el-range__icon{
+  line-height: 28px !important;
+}
+::v-deep .el-range-separator{
+  line-height: 28px !important;
+}
 ::v-deep .el-range-input{
   font-size: 14px ;
 }

--
Gitblit v1.9.3