yuanyiming 2 vuotta sitten
vanhempi
commit
d3e3845824

+ 7 - 7
src/App.vue

@@ -140,17 +140,17 @@
 
  
 
-  .operations{   //所有表格按钮栏
-    // display: flex;
-    flex-shrink: 0;
-    [type='button']{
-      font-size: 14px;
-    }
-  }
+ 
 
   .fontSize{   //所有表格字体大小
     margin-top: 15px;
     font-size: 16px !important;
+    .operations{   //所有表格按钮栏
+      flex-shrink: 0;
+      [type='button']{
+        font-size: 14px;
+      }
+    }
   }
   // 滚动条样式
   .core_dialogue {

+ 1 - 1
src/views/ProjectManagement.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="ProjectManagement">
+  <div class="ProjectManagement core_dialogue">
     <div class="pAHeader">
       <div class="pAHeader1">项目管理</div>
     </div>

+ 2 - 1
src/views/makerActvity.vue

@@ -113,7 +113,8 @@
         </el-table-column>
         <el-table-column
           prop="operation"
-          min-width="30%"
+          width="330"
+          align="center"
           label="操作"
           >
           <template #default="scope">

+ 10 - 2
src/views/makerfund.vue

@@ -65,7 +65,6 @@
         :data="tableData"
         tooltip-effect="dark"
         stripe
-        style="width:100%"
         class="fontSize"
         :header-cell-style="{ background: '#f2f2f2',color:'#000' }"
         @selection-change="handleSelectionChange">
@@ -74,17 +73,20 @@
           prop="projectName"
           label="项目名称"
           align="center"
+          min-width="10%"
           >
         </el-table-column>
         <el-table-column
           prop="projectPerson"
           align="center"
+          min-width="8%"
 
           label="负责人"
           >
         </el-table-column>
         <el-table-column
           align="center"
+          min-width="8%"
 
           prop="relevancy"
           label="项目类型"
@@ -93,6 +95,7 @@
         <el-table-column
           prop="budget"
           align="center"
+          min-width="8%"
 
           label="申请经费(元)"
           >
@@ -100,6 +103,7 @@
         <el-table-column
           prop="useBudget"
           align="center"
+          min-width="8%"
 
           label="实际使用(元)"
           >
@@ -107,6 +111,7 @@
         <el-table-column
           prop="dept"
           align="center"
+          min-width="8%"
 
           label="所在部门"
           >
@@ -114,6 +119,7 @@
         <el-table-column
           prop="status"
           align="center"
+          min-width="7%"
 
           label="状态"
           >
@@ -121,13 +127,15 @@
         <el-table-column
           prop="date"
           align="center"
+          min-width="10%"
 
           label="申请时间"
           >
         </el-table-column>
         <el-table-column
           prop="operation"
-          width="325"
+          width="330"
+          align="center"
           label="操作"
           >
           <template #default="scope">

+ 1 - 1
src/views/makerfundApply.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="makerfundApply">
+  <div class="makerfundApply core_dialogue">
     <div class="pAHeader">
         <div class="pAHeader1">创客资金申请</div>
         <div @click="$router.back()" class="backMakerfund">返回</div>

+ 4 - 10
src/views/makerfundDetails.vue

@@ -1,5 +1,5 @@
 <template>
-    <div class="makerfundDetails">
+    <div class="makerfundDetails core_dialogue">
       <div class="pAHeader">
         <div class="pAHeader1">创客资金申请</div>
         <div>
@@ -27,7 +27,7 @@
 
 
 
-      <div class="disburseSort">
+      <div class="tabTit">
               经费支出类别(单位:元)
       </div>
 
@@ -110,7 +110,7 @@
 
 
       <div>
-        <div class="disburseSort">附件上传</div>
+        <div class="tabTit">附件上传</div>
         <hr>
         <div class="makerfundDetailsAccessoryBlock">文件</div>
         <div class="makerfundDetailsaddMoneyBtn">
@@ -258,13 +258,7 @@
       }
     }
 
-    .disburseSort{
-      width: 300px;
-      margin-top:30px;
-      text-align: left;
-      font-weight: 600;
-      font-size: 18px;
-    }
+
    
     .howMoneyFlex{
       max-width: 100%;

+ 2 - 1
src/views/projectApplication.vue

@@ -121,7 +121,8 @@
         </el-table-column>
         <el-table-column
           prop="operation"
-          min-width="32%"
+          width="330"
+          align="center"
           label="操作"
           >
           <template #default="scope">

+ 0 - 1
src/views/projectApplication2.vue

@@ -194,7 +194,6 @@
             color: #2387ff;
         }
         .PA2textAreaTit2{
-            margin-left: 15px;
             font-size: 16px;
         }
         .el-textarea__inner{

+ 1 - 1
src/views/projectSettlement1.vue

@@ -1,5 +1,5 @@
 <template>
-    <div class="projectSettlement1">
+    <div class="projectSettlement1 core_dialogue">
 
         <!-- 详情页 -->
       <div class="pA1Header">

+ 1 - 1
src/views/projectSettlement2.vue

@@ -1,5 +1,5 @@
 <template>
-    <div class="projectSettlement2">
+    <div class="projectSettlement2 core_dialogue">
       <div class="pA1Header">
         <!-- 详情页 -->
         <div style="display: flex;width: 400px;">

+ 1 - 1
src/views/resultsShow.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="resultsShow">
+  <div class="resultsShow core_dialogue">
     <div class="pAHeader">
       <div class="pAHeader1">成果展示</div>
     </div>