Ver código fonte

代码格式优化

wyn 2 meses atrás
pai
commit
bb0e83381a

+ 0 - 6
src/views/system/cockpitComponent/componentForm.vue

@@ -43,11 +43,8 @@
 import * as cockpitApi from '@/api/system/cockpitComponent/index'
 import { DICT_TYPE, getIntDictOptions, getStrDictOptions } from '@/utils/dict'
 
-
-
 const { t } = useI18n() // 国际化
 const message = useMessage() // 消息弹窗
-
 const dialogVisible = ref(false) // 弹窗的是否展示
 const dialogTitle = ref('') // 弹窗的标题
 const formLoading = ref(false) // 表单的加载中
@@ -111,7 +108,6 @@ const submitForm=async()=>{
   }
 }
 
-
 /** 重置表单 */
 const resetForm = () => {
   formData.value = {
@@ -124,8 +120,6 @@ const resetForm = () => {
   formRef.value?.resetFields()
 }
 
-
-
 </script>
 
 <style scoped lang="scss">

+ 1 - 1
src/views/system/cockpitComponent/index.vue

@@ -81,7 +81,7 @@
               :preview-src-list="[scope.row.componentThumbnail]"
               :initial-index="1"
             />
-            <Icon icon="ep:zoom-in" class="eye-icon" />
+<!--            <Icon icon="ep:zoom-in" class="eye-icon" />-->
           </div>
           <span v-else>-</span>
         </template>