tangning hace 1 día
padre
commit
ed26cdb607
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 0 1
      components.d.ts
  2. 4 0
      src/views/pc/device/components/cooperationaa.vue

+ 0 - 1
components.d.ts

@@ -22,7 +22,6 @@ declare module '@vue/runtime-core' {
     ElFormItem: typeof import('element-plus/es')['ElFormItem']
     ElInput: typeof import('element-plus/es')['ElInput']
     ElOption: typeof import('element-plus/es')['ElOption']
-    ElPagination: typeof import('element-plus/es')['ElPagination']
     ElPopover: typeof import('element-plus/es')['ElPopover']
     ElRow: typeof import('element-plus/es')['ElRow']
     ElSelect: typeof import('element-plus/es')['ElSelect']

+ 4 - 0
src/views/pc/device/components/cooperationaa.vue

@@ -3,6 +3,7 @@
     v-model="visible"
     title="协作设置"
     width="400px"
+    draggable
     :before-close="handleClose"
     @close="handleClose"
   >
@@ -147,6 +148,9 @@ const handleSave = async () => {
   justify-content: flex-end;
   gap: 12px;
   
+  .el-button{
+    min-width: 100px;
+  }
   .cancel-btn {
     background: #f5f5f5;
     border-color: #d9d9d9;