Browse Source

修改样式

See999 5 years ago
parent
commit
f8c4fa0908
2 changed files with 8 additions and 2 deletions
  1. 7 1
      src/pages/personal/ElectronicSignature.vue
  2. 1 1
      src/styles/style.scss

+ 7 - 1
src/pages/personal/ElectronicSignature.vue View File

@@ -11,12 +11,17 @@
11 11
       </h1>
12 12
       <div class="information">
13 13
         <div class="blueBorder"></div>
14
-        <div class="name" v-show="showpan == 'canvas'">
14
+        <div
15
+          class="name"
16
+          v-show="showpan == 'canvas'"
17
+          style="display:fixed;width:100%;left:0;top:0;"
18
+        >
15 19
           <canvas
16 20
             id="canvas"
17 21
             class="fl"
18 22
             width="600"
19 23
             height="400"
24
+            disable-scroll="true"
20 25
             @mousedown="canvasDown($event)"
21 26
             @mouseup="canvasUp($event)"
22 27
             @mousemove="canvasMove($event)"
@@ -418,6 +423,7 @@ export default {
418 423
       height: 400px;
419 424
       margin: 0 auto;
420 425
       border-radius: 4px;
426
+
421 427
       @media only screen and (max-width: 812px) {
422 428
         width: 500px !important;
423 429
         height: 200px !important;

+ 1 - 1
src/styles/style.scss View File

@@ -438,7 +438,7 @@
438 438
       background: -webkit-linear-gradient(#dfe4ea, #ebf1f7);
439 439
     }
440 440
     .DialogContent {
441
-      height: 6.8rem;
441
+      height: 8.8rem;
442 442
       overflow-y: scroll;
443 443
       background: #fff;
444 444
       @media only screen and (max-width: 812px) {