lifanagju_citu 10 місяців тому
батько
коміт
bb381c9dfc
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/components/CtDialog/index.vue

+ 2 - 2
src/components/CtDialog/index.vue

@@ -11,7 +11,7 @@
   >
     <v-card max-height="90vh" class="d-flex flex-column">
       <v-card-title :class="{'drawer': props.showDrawer}">
-        <span class="text-h5 d-flex align-center justify-space-between">
+        <span class="text-h6 d-flex align-center justify-space-between">
           {{ props.title }}
           <v-btn
             icon
@@ -97,7 +97,7 @@ watch(() => props.visible, (newVal) => {
 })
 
 const dialogWidth = computed(() => {
-  const arr = ['900px', '1200px', '400px']
+  const arr = ['900px', '1200px', '400px', '600px']
   return arr[+props.widthType]
 })
 const handleClose = () => {