lsc 2 年之前
父節點
當前提交
23462ecd5c

+ 1 - 1
dist/index.html

@@ -25,4 +25,4 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.37543dd7f36eb1e8dbdc55dd52094cb7.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.85f48b0184f614b2b8d9.js></script><script type=text/javascript src=./static/js/vendor.2acf8ad908015a64b66a.js></script><script type=text/javascript src=./static/js/app.ac4c33526ec47633a69b.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>
+    }</style><link href=./static/css/app.6b8f6a5746aabc5aed0aaad6de326acc.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.85f48b0184f614b2b8d9.js></script><script type=text/javascript src=./static/js/vendor.2acf8ad908015a64b66a.js></script><script type=text/javascript src=./static/js/app.124edf7c46759fd6f89d.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.37543dd7f36eb1e8dbdc55dd52094cb7.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.6b8f6a5746aabc5aed0aaad6de326acc.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.6b8f6a5746aabc5aed0aaad6de326acc.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.124edf7c46759fd6f89d.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.124edf7c46759fd6f89d.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.85f48b0184f614b2b8d9.js.map


+ 15 - 6
src/components/pages/components/worksDetail2.vue

@@ -2279,6 +2279,7 @@ export default {
   justify-content: center;
   padding: 20px 0px;
   flex-direction: column;
+  height: calc(100% - 50px);
 }
 
 .zyBox {
@@ -2361,6 +2362,10 @@ export default {
 .max_diy >>> .el-dialog {
   /* max-width: 1200px; */
   max-width: 1300px;
+  /* height:800px */
+}
+.max_diy >>> .el-dialog__body {
+  height: 800px;
 }
 
 .dialog_diy2 >>> .el-dialog__header {
@@ -2372,7 +2377,7 @@ export default {
   font-size: 15px;
 }
 .dialog_diy2 >>> .el-dialog__headerbtn {
-  top: 14px;
+  top: 12px;
 }
 .dialog_diy2 >>> .el-dialog__headerbtn .el-dialog__close {
   color: #fff;
@@ -2584,6 +2589,8 @@ export default {
   flex-wrap: nowrap;
   align-items: flex-start;
   width: 100%;
+  height: calc(100% - 60px);
+  overflow: auto;
 }
 .right_score {
   min-width: 370px;
@@ -2596,7 +2603,8 @@ export default {
   margin-right: 10px;
   background: rgb(255, 255, 255);
   /* padding-right: 10px; */
-  height: 500px;
+  /* height: 500px; */
+  height: 100%;
 }
 .cTitle {
   background: #205cc6;
@@ -2626,7 +2634,7 @@ export default {
   width: 100%;
   margin: 0 auto;
   overflow: auto;
-  height: 400px;
+  height: calc(100% - 90px);
   overflow-x: hidden;
 }
 .cru_selectBox::-webkit-scrollbar {
@@ -2762,7 +2770,8 @@ export default {
   width: 100%;
   flex-wrap: nowrap;
   overflow: auto;
-  height: 500px;
+  /* height: 500px; */
+  height: 100%;
 }
 .answerbox {
   display: flex;
@@ -2834,8 +2843,8 @@ export default {
   align-items: baseline;
 }
 .fullBox {
-  overflow: unset !important;
-  height: auto !important;
+  /* overflow: unset !important;
+  height: auto !important; */
 }
 .fullZyBox {
   width: 60% !important;

Some files were not shown because too many files changed in this diff