Bläddra i källkod

feat: 变更日志弹窗宽高加大至900px/700px

iwt 2 månader sedan
förälder
incheckning
07fd1def14
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      cfc-web/src/views/Dashboard.vue

+ 2 - 2
cfc-web/src/views/Dashboard.vue

@@ -313,7 +313,7 @@
     <el-dialog
       title="变更日志"
       :visible.sync="changelogVisible"
-      width="700px"
+      width="900px"
       custom-class="changelog-dialog"
       append-to-body
     >
@@ -959,7 +959,7 @@ initMemberPieChart() {
 
 <style>
 .changelog-dialog .el-dialog__body {
-  max-height: 500px;
+  max-height: 700px;
   overflow-y: auto;
 }
 .changelog-body {