瀏覽代碼

月报设置:优化

洪海涛 4 年之前
父節點
當前提交
cb05144328
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/monthlyReport/childrenPage/editReport/index.vue

+ 2 - 1
src/views/monthlyReport/childrenPage/editReport/index.vue

@@ -202,6 +202,7 @@
       @succes="
         $store.dispatch('monthlyReportEdit/deleteReport', { isMsg: false })
       "
+      @cancel="$refs.dialogCancel.visible = false"
     >
       <div class="report-delete">
         取消后填写的数据将不会保存,是否确认 ?
@@ -552,7 +553,7 @@ export default {
 // setscroll
 .set_scroll {
   &::-webkit-scrollbar {
-    width: 6px;
+    width: 0px;
     //height: 8px;
   }