From da7b9833e734332d47a42fb8ba30daf263864b27 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 11 二月 2025 16:17:31 +0800
Subject: [PATCH] 文件上传组件图片预览、工单详情页图片预览

---
 src/App.vue |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 4f406b2..3911819 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -24,8 +24,19 @@
 <style>
 #app .theme-picker {
   display: none;
+  font-family: Avenir, Helvetica, Arial, sans-serif;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  font-size: 0.72916667vw;
 }
 .el-dialog__body {
   padding: 10px 20px !important;
 }
+*{
+  margin: 0;
+  padding: 0;
+}
+#app {
+
+}
 </style>

--
Gitblit v1.8.0