Explorar el Código

样式修改取消操作栏固定

sunny hace 1 mes
padre
commit
623fd4d25f

+ 1 - 1
ruoyi-ui/src/views/file/businessPlan/index.vue

@@ -106,7 +106,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column width="120" fixed="right" label="操作" align="center" class-name="small-padding fixed-width">
+        <el-table-column width="120"  label="操作" align="center" class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button size="small" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">修改</el-button>
             <el-button class="custom-red-color" size="small" type="text" icon="el-icon-delete"

+ 1 - 1
ruoyi-ui/src/views/file/decisionReport/index.vue

@@ -106,7 +106,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column width="120" fixed="right" label="操作" align="center" class-name="small-padding fixed-width">
+        <el-table-column width="120"  label="操作" align="center" class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button size="small" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">修改</el-button>
             <el-button class="custom-red-color" size="small" type="text" icon="el-icon-delete"

+ 1 - 1
ruoyi-ui/src/views/file/financialEvaluation/index.vue

@@ -106,7 +106,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column width="120" fixed="right" label="操作" align="center" class-name="small-padding fixed-width">
+        <el-table-column width="120"  label="操作" align="center" class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button size="small" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">修改</el-button>
             <el-button class="custom-red-color" size="small" type="text" icon="el-icon-delete"

+ 1 - 1
ruoyi-ui/src/views/file/initiationReport/index.vue

@@ -106,7 +106,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column width="120" fixed="right" label="操作" align="center" class-name="small-padding fixed-width">
+        <el-table-column width="120"  label="操作" align="center" class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button size="small" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">修改</el-button>
             <el-button class="custom-red-color" size="small" type="text" icon="el-icon-delete"

+ 1 - 1
ruoyi-ui/src/views/file/legalDueDiligence/index.vue

@@ -106,7 +106,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column width="120" fixed="right" label="操作" align="center" class-name="small-padding fixed-width">
+        <el-table-column width="120"  label="操作" align="center" class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button size="small" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">修改</el-button>
             <el-button class="custom-red-color" size="small" type="text" icon="el-icon-delete"

+ 1 - 1
ruoyi-ui/src/views/file/marketResearch/index.vue

@@ -106,7 +106,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column width="120" fixed="right" label="操作" align="center" class-name="small-padding fixed-width">
+        <el-table-column width="120"  label="操作" align="center" class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button size="small" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">修改</el-button>
             <el-button class="custom-red-color" size="small" type="text" icon="el-icon-delete"

+ 1 - 1
ruoyi-ui/src/views/file/projectTechnology/index.vue

@@ -106,7 +106,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column width="120" fixed="right" label="操作" align="center" class-name="small-padding fixed-width">
+        <el-table-column width="120"  label="操作" align="center" class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button size="small" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">修改</el-button>
             <el-button class="custom-red-color" size="small" type="text" icon="el-icon-delete"

+ 1 - 1
ruoyi-ui/src/views/flowable/definition/index.vue

@@ -97,7 +97,7 @@
           </template>
         </el-table-column>
         <el-table-column label="部署时间" align="center" prop="deploymentTime" width="180" />
-        <el-table-column label="操作" width="250" fixed="right" class-name="small-padding fixed-width">
+        <el-table-column label="操作" width="250"  class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button @click="handleLoadXml(scope.row)" icon="el-icon-edit-outline" type="text"
               size="small">设计</el-button>

+ 1 - 1
ruoyi-ui/src/views/flowable/task/finished/index.vue

@@ -56,7 +56,7 @@
         <el-table-column label="接收时间" align="center" prop="createTime" width="180" />
         <el-table-column label="审批时间" align="center" prop="finishTime" width="180" />
         <el-table-column label="耗时" align="center" prop="duration" width="180" />
-        <el-table-column label="操作" align="center" width="150" fixed="right" class-name="small-padding fixed-width">
+        <el-table-column label="操作" align="center" width="150"  class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button style="color:#1890ff" size="small" type="text" icon="el-icon-tickets"
               @click="handleFlowRecord(scope.row)">流转记录</el-button>

+ 1 - 1
ruoyi-ui/src/views/flowable/task/myProcess/index.vue

@@ -71,7 +71,7 @@
             <!--          <label v-if="scope.row.candidate">{{scope.row.candidate}}</label>-->
           </template>
         </el-table-column>
-        <el-table-column label="操作" align="center" width="150" fixed="right" class-name="small-padding fixed-width">
+        <el-table-column label="操作" align="center" width="150"  class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button style="color:#1890ff" @click="handleFlowRecord(scope.row)" type="text" size="small">详情</el-button>
             <el-button @click="handleStop(scope.row)" type="text" size="small">取消申请</el-button>

+ 1 - 1
ruoyi-ui/src/views/invest/components/fileList.vue

@@ -188,7 +188,7 @@
       </el-table-column>
       <el-table-column
         width="120"
-        fixed="right"
+        
         label="操作"
         align="center"
         class-name="small-padding fixed-width"

+ 1 - 1
ruoyi-ui/src/views/invest/components/followList.vue

@@ -144,7 +144,7 @@
           </div>
         </template>
       </el-table-column> -->
-      <!-- fixed="right" -->
+      <!--  -->
       <!-- v-if="type == '1'" -->
       <el-table-column label="操作" v-if="false" align="center" class-name="small-padding fixed-width">
         <template slot-scope="scope">

+ 1 - 1
ruoyi-ui/src/views/invest/components/meetingList.vue

@@ -187,7 +187,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column label="操作" v-if="false" fixed="right" align="center" class-name="small-padding fixed-width"
+        <el-table-column label="操作" v-if="false"  align="center" class-name="small-padding fixed-width"
           width="120">
           <template slot-scope="scope">
             <el-button v-if="user.nickName === scope.row.createBy" size="small" type="text" icon="el-icon-edit"

+ 1 - 1
ruoyi-ui/src/views/invest/components/projectList.vue

@@ -452,7 +452,7 @@
           </div>
         </template>
       </el-table-column>
-      <!-- fixed="right" -->
+      <!--  -->
       <el-table-column label="操作" align="center" v-if="false">
         <template slot-scope="scope">
           <!-- stage//0=全部 1=项目报备  2=评估考察 3=项目立项 4=尽职背调 5=项目投决 -->

+ 3 - 3
ruoyi-ui/src/views/project/approval/myTask.vue

@@ -180,7 +180,7 @@
                 </div>
               </template>
             </el-table-column>
-            <!-- fixed="right" -->
+            <!--  -->
             <el-table-column label="操作" align="center" width="90" class-name="small-padding fixed-width">
               <template slot-scope="scope">
 
@@ -334,7 +334,7 @@
                 </div>
               </template>
             </el-table-column>
-            <!-- fixed="right" -->
+            <!--  -->
             <el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width">
               <template slot-scope="scope">
                 <el-button style="color:#1890ff" type="text" size="small" @click="handleDetail(scope.row)">详情</el-button>
@@ -466,7 +466,7 @@
                 </div>
               </template>
             </el-table-column>
-            <!-- fixed="right" -->
+            <!--  -->
             <el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width">
               <template slot-scope="scope">
                 <el-button style="color:#1890ff" type="text" size="small" @click="handleDetail(scope.row)">详情</el-button>

+ 1 - 1
ruoyi-ui/src/views/project/approval/processList.vue

@@ -197,7 +197,7 @@
           </div>
         </template>
       </el-table-column>
-      <el-table-column label="操作" align="center" width="150" fixed="right" class-name="small-padding fixed-width">
+      <el-table-column label="操作" align="center" width="150"  class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button type="text" size="mini" @click="handleDetailProcess(scope.row)">详情</el-button>
         </template>

+ 2 - 2
ruoyi-ui/src/views/project/decision/myTask.vue

@@ -170,7 +170,7 @@
                 </div>
               </template>
             </el-table-column>
-            <!-- fixed="right" -->
+            <!--  -->
             <el-table-column label="操作" align="center" width="90" class-name="small-padding fixed-width">
               <template slot-scope="scope">
                 <el-button v-if="scope.row.taskDefKey == 'modifyApply'" type="text" size="small"
@@ -316,7 +316,7 @@
                 </div>
               </template>
             </el-table-column>
-            <!-- fixed="right" -->
+            <!--  -->
             <el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width">
               <template slot-scope="scope">
                 <el-button style="color:#1890ff" type="text" size="small"

+ 1 - 1
ruoyi-ui/src/views/project/decision/processList.vue

@@ -199,7 +199,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column label="操作" align="center" width="150" fixed="right" class-name="small-padding fixed-width">
+        <el-table-column label="操作" align="center" width="150"  class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button type="text" size="mini" @click="handleDetailProcess(scope.row)">详情</el-button>
           </template>

+ 1 - 1
ruoyi-ui/src/views/project/investOpp/processList.vue

@@ -243,7 +243,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column label="操作" align="center" width="150" fixed="right" class-name="small-padding fixed-width">
+        <el-table-column label="操作" align="center" width="150"  class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button style="color:#1890ff" type="text" size="small"
               @click="handleDetailProcess(scope.row)">详情</el-button>

+ 2 - 2
ruoyi-ui/src/views/project/investigate/myTask.vue

@@ -167,7 +167,7 @@
                 </div>
               </template>
             </el-table-column>
-            <!-- fixed="right" -->
+            <!--  -->
             <el-table-column label="操作" align="center" width="90" class-name="small-padding fixed-width">
               <template slot-scope="scope">
                 <el-button v-if="scope.row.taskDefKey == 'modifyApply'" type="text" size="small"
@@ -306,7 +306,7 @@
                 </div>
               </template>
             </el-table-column>
-            <!-- fixed="right" -->
+            <!--  -->
             <el-table-column label="操作" align="center" width="70" class-name="small-padding fixed-width">
               <template slot-scope="scope">
                 <el-button style="color:#1890ff" type="text" size="small"

+ 1 - 1
ruoyi-ui/src/views/project/investigate/processList.vue

@@ -206,7 +206,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column label="操作" align="center" width="150" fixed="right" class-name="small-padding fixed-width">
+        <el-table-column label="操作" align="center" width="150"  class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button type="text" size="mini" @click="handleDetailProcess(scope.row)">详情</el-button>
           </template>

+ 1 - 1
ruoyi-ui/src/views/project/listStage/listSign.vue

@@ -175,7 +175,7 @@
             </div>
           </template>
         </el-table-column>
-        <!-- fixed="right" -->
+        <!--  -->
       </el-table>
 
       <pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize"

+ 1 - 1
ruoyi-ui/src/views/project/meetingList.vue

@@ -302,7 +302,7 @@
       <el-table-column
         label="操作"
         v-if="false"
-        fixed="right"
+        
         align="center"
         class-name="small-padding fixed-width"
         width="120"

+ 1 - 1
ruoyi-ui/src/views/project/termination/processList.vue

@@ -173,7 +173,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column label="操作" align="center" width="150" fixed="right" class-name="small-padding fixed-width">
+        <el-table-column label="操作" align="center" width="150"  class-name="small-padding fixed-width">
           <template slot-scope="scope">
             <el-button type="text" size="mini" @click="handleDetailProcess(scope.row)">详情</el-button>
           </template>