panxiandiao_i 5 жил өмнө
parent
commit
0032a1703e

+ 1 - 1
src/views/Platform/presentation/Assumptions.vue

@@ -30,7 +30,7 @@
         </el-table-column>
       </el-table>
     </template>
-    <el-pagination style="margin-top:30px;" align="center" :current-page="curIndex" :page-sizes="[5, 10, 20]" :page-size="pageSize" layout="total, sizes, prev, pager, next, jumper" :total="total" @size-change="handleSizeChange" @current-change="handleCurrentChange" />
+    <el-pagination style="margin-top:30px" align="center" :current-page="curIndex" :page-sizes="[5, 10, 20]" :page-size="pageSize" layout="total, sizes, prev, pager, next, jumper" :total="total" @size-change="handleSizeChange" @current-change="handleCurrentChange" />
     <el-dialog title="提示" :visible.sync="centerDialogVisible" width="30%" center>
       选择任务 :
       <el-select v-model="queryData.state" filterable placeholder="搜索" style="width:80%;" @change="handleSelect($event)">

+ 1 - 1
src/views/Platform/presentation/ResultPage.vue

@@ -34,7 +34,7 @@
     </template>
     <el-pagination style="margin-top:30px;" align="center" :current-page="curIndex" :page-sizes="[20, 30, 50]" :page-size="pageSize" layout="total, sizes, prev, pager, next, jumper" :total="total" @size-change="handleSizeChange" @current-change="handleCurrentChange" />
     <el-dialog title="选择任务" :visible.sync="centerDialogVisible" width="30%" center @close="closeChange">
-      <div style="text-align:text;margin:10px 0;">
+      <div style="text-align:text;margin:10px 0">
         <el-button ref="btn1" size="mini" @click="getQueryData(1)">项目</el-button>
         <el-button ref="btn2" size="mini" @click="getQueryData(2)">任务</el-button>
       </div>

+ 1 - 1
src/views/Platform/presentation/ResultPageyL.vue

@@ -118,7 +118,7 @@
       </div>
 
       <div v-if="oneShow">
-        <div id="resumeId1" style="padding: 3% 6%; color: #333B4A;">
+        <div id="resumeId1" style="padding: 3% 6%; color: #333B4A">
           <div style="display: flex; font-size: 19px;  white-space: nowrap; font-weight: bold;">
             <span style="flex:1;">{{ ClientDatayl.reportName }}</span>
             <span style="flex:1;">by : {{ ClientDatayl.ownner }}

+ 1 - 1
src/views/Platform/presentation/acceptTheReport.vue

@@ -3,7 +3,7 @@
   <div class="eleStyle">
     <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 8px; overflow: hidden;">
       <div id="resumeId" style="padding:2% 9%;">
-        <div style="display: flex; font-size: 19px;  white-space: nowrap; font-weight: bold;">
+        <div style="display: flex; font-size: 19px;  white-space: nowrap; font-weight: bold">
           <span style="flex:2;">标题 : {{ fromCreateData.name }}</span>
           <span style="flex:1;">by : {{ fromCreateData.submitter }} </span>
           <span style="flex:1;">

+ 1 - 1
src/views/Platform/presentation/testPresentation.vue

@@ -29,7 +29,7 @@
         </el-table-column>
       </el-table>
     </template>
-    <el-pagination style="margin-top:30px;" align="center" :current-page="curIndex" :page-sizes="[20, 30, 50]" :page-size="pageSize" layout="total, sizes, prev, pager, next, jumper" :total="total" @size-change="handleSizeChange" @current-change="handleCurrentChange" />
+    <el-pagination style="margin-top:30px" align="center" :current-page="curIndex" :page-sizes="[20, 30, 50]" :page-size="pageSize" layout="total, sizes, prev, pager, next, jumper" :total="total" @size-change="handleSizeChange" @current-change="handleCurrentChange" />
     <el-dialog title="选择任务" :visible.sync="centerDialogVisible" width="30%" center @close="closeChange">
       <div style="text-align:text;margin:10px 0;">
         <el-button ref="btn1" size="mini" @click="getQueryData(1)">项目</el-button>

+ 1 - 1
src/views/Platform/presentation/testPresenyL.vue

@@ -59,7 +59,7 @@
             {{ bugshow }}
           </div>
         </div>
-        <el-button style="float:right; margin:2% 50%;" @click="open()"> 返 回 </el-button>
+        <el-button style="float:right; margin:2% 50%" @click="open()"> 返 回 </el-button>
       </el-form>
     </div>
   </div>