Bläddra i källkod

题卡考号填涂放在左边

zhangjie 1 år sedan
förälder
incheckning
1b11f3ddee

+ 1 - 1
card/assets/styles/card-preview.scss

@@ -871,7 +871,7 @@
   &-handle {
     &.card-head-narrow {
       .head-stdno {
-        height: 286px;
+        height: 242px;
       }
     }
   }

+ 1 - 1
card/assets/styles/card-temp.css

@@ -691,7 +691,7 @@
   margin-top: -40px;
 }
 .card-head-handle.card-head-narrow .head-stdno {
-  height: 286px;
+  height: 242px;
 }
 .card-head-body-auto-resize {
   margin-left: -5px;

+ 16 - 16
card/elements/card-head/CardHeadBodyAutoResize.vue

@@ -1,21 +1,5 @@
 <template>
   <div :class="classes">
-    <div class="rect-col" :style="{ width: leftColWidth + '%' }">
-      <div
-        class="rect-col-item"
-        ref="stdinfoContainer"
-        :style="{ height: heights.stdinfo + 'px' }"
-      >
-        <slot name="stdinfo"></slot>
-      </div>
-      <div
-        class="rect-col-item"
-        ref="noticeContainer"
-        :style="{ height: heights.notice + 'px' }"
-      >
-        <slot name="notice"></slot>
-      </div>
-    </div>
     <div class="rect-col" :style="{ width: rightColWidth + '%' }">
       <div
         class="rect-col-item"
@@ -32,6 +16,22 @@
         <slot name="dynamic"></slot>
       </div>
     </div>
+    <div class="rect-col" :style="{ width: leftColWidth + '%' }">
+      <div
+        class="rect-col-item"
+        ref="stdinfoContainer"
+        :style="{ height: heights.stdinfo + 'px' }"
+      >
+        <slot name="stdinfo"></slot>
+      </div>
+      <div
+        class="rect-col-item"
+        ref="noticeContainer"
+        :style="{ height: heights.notice + 'px' }"
+      >
+        <slot name="notice"></slot>
+      </div>
+    </div>
   </div>
 </template>
 

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
card/previewTemp.js


Vissa filer visades inte eftersom för många filer har ändrats