瀏覽代碼

fix:社保人员确认,公积金人员确认,删除状态,前端页面在弹出删除框时点击确认后不显示的页面上加了一个样式

ly 1 年之前
父節點
當前提交
5f56ee1ade

+ 1 - 0
src/views/business/housingFund/confirm/form.vue

@@ -764,6 +764,7 @@
 <style>
   .el-table .delete-row {
     background-color: rgb(251, 159, 173);
+    display: none;
   }
 
   .el-table .add-row {

+ 1 - 0
src/views/business/socialSecurity/confirm/form.vue

@@ -823,6 +823,7 @@
 <style>
   .el-table .delete-row {
     background-color: rgb(251, 159, 173);
+    display : none;
   }
 
   .el-table .add-row {