Procházet zdrojové kódy

修改pdf问题及样式问题

zengyicheng před 2 roky
rodič
revize
2e6c5c50c6

+ 9 - 5
src/components/pages/race/eventCenter/anliDetail.vue

@@ -2932,9 +2932,9 @@ export default {
       var a = document.getElementById(t);
       var a = document.getElementById(t);
       var b = this.$refs["cenBox"];
       var b = this.$refs["cenBox"];
       if (this.isNavTop >= 300) {
       if (this.isNavTop >= 300) {
-        b.scrollTop = a.offsetTop - 50;
+        b.scrollTop = a.offsetTop - 80;
       } else {
       } else {
-        b.scrollTop = a.offsetTop + 50;
+        b.scrollTop = a.offsetTop - 150;
       }
       }
     },
     },
     jumpS(i) {
     jumpS(i) {
@@ -3598,11 +3598,14 @@ body {
 .dialog_diy1 >>> .el-dialog__footer {
 .dialog_diy1 >>> .el-dialog__footer {
   background: #fafafa;
   background: #fafafa;
 }
 }
-.dialog_diy >>> .el-dialog,
-.dialog_diy1 >>> .el-dialog {
-  height: 100% !important;
+.dialog_diy >>> .el-dialog__body{
+  height: 100%;
+}
+.dialog_diy >>> .el-dialog{
   margin-top: 0 !important;
   margin-top: 0 !important;
+  height: 100% !important;
 }
 }
+
 .video-player >>> .video-js {
 .video-player >>> .video-js {
   height: 400px;
   height: 400px;
 }
 }
@@ -3638,6 +3641,7 @@ body {
   flex-wrap: nowrap;
   flex-wrap: nowrap;
   align-items: flex-start;
   align-items: flex-start;
   width: 100%;
   width: 100%;
+  padding: 0 0 10px 0;
 }
 }
 .jdTopBox {
 .jdTopBox {
   background: #fff;
   background: #fff;