Browse Source

fix: 修复 当窗口过窄时,表格中的删除确认框样式错乱 的问题 (#1972)

Micah 2 years ago
parent
commit
934ccd34ea

+ 1 - 0
src/views/demo/system/account/index.vue

@@ -24,6 +24,7 @@
               tooltip: '删除此账号',
               popConfirm: {
                 title: '是否确认删除',
+                placement: 'left',
                 confirm: handleDelete.bind(null, record),
               },
             },

+ 1 - 0
src/views/demo/system/dept/index.vue

@@ -16,6 +16,7 @@
               color: 'error',
               popConfirm: {
                 title: '是否确认删除',
+                placement: 'left',
                 confirm: handleDelete.bind(null, record),
               },
             },

+ 1 - 0
src/views/demo/system/menu/index.vue

@@ -16,6 +16,7 @@
               color: 'error',
               popConfirm: {
                 title: '是否确认删除',
+                placement: 'left',
                 confirm: handleDelete.bind(null, record),
               },
             },

+ 1 - 0
src/views/demo/system/role/index.vue

@@ -16,6 +16,7 @@
               color: 'error',
               popConfirm: {
                 title: '是否确认删除',
+                placement: 'left',
                 confirm: handleDelete.bind(null, record),
               },
             },