Browse Source

提交相关代码

Lijy 9 months ago
parent
commit
a10b9e7394
1 changed files with 3 additions and 3 deletions
  1. 3 3
      fhKeeper/formulahousekeeper/timesheet/src/views/project/cost.vue

+ 3 - 3
fhKeeper/formulahousekeeper/timesheet/src/views/project/cost.vue

@@ -85,9 +85,9 @@
                 :total="total">
                 </el-pagination>
             </div>
-        </div>
-        <div style="position: absolute;top: 100px;left:600px;" v-show="radio==$t('lable.department') && parentDeptId != null">
-            <el-button @click="backToParentDept">{{ $t('returnsuperior') }}</el-button>
+            <div style="position: absolute;top: 58px;left:450px;" v-show="radio==$t('lable.department') && parentDeptId != null">
+                <el-button @click="backToParentDept" size="small">{{ $t('returnsuperior') }}</el-button>
+            </div>
         </div>
 
         <!--导出报表条件选择 -->