Parcourir la source

证书样式修改

houxq il y a 1 an
Parent
commit
1dec91d89e
1 fichiers modifiés avec 13 ajouts et 8 suppressions
  1. 13 8
      src/views/xsjsgl/zsdy/index.vue

+ 13 - 8
src/views/xsjsgl/zsdy/index.vue

@@ -88,7 +88,11 @@
         width=""
         prop="xs_school_name"
       ></el-table-column>
-      <el-table-column label="年级" width="100" prop="xs_grade"></el-table-column>
+      <el-table-column
+        label="年级"
+        width="100"
+        prop="xs_grade"
+      ></el-table-column>
       <el-table-column
         label="身份证"
         width="220"
@@ -139,8 +143,7 @@
           </div>
           <div class="xs-box">
             <p class="hj-content">
-              在{{
-                detailInfo.bs_name}}中获得{{detailInfo.bs_type}}
+              在{{ detailInfo.bs_name }}中获得{{ detailInfo.bs_type }}
             </p>
           </div>
 
@@ -287,6 +290,7 @@ export default {
 <style scoped>
 ::v-deep .el-dialog__body {
   border-top: 1px solid #f0f3f8;
+  padding: 30px 0;
 }
 .zs {
   width: 820px;
@@ -313,7 +317,7 @@ export default {
 .xs-box {
 }
 .xs-name {
-  font-size: 13px;
+  font-size: 16px;
   letter-spacing: 2px;
   transform: scale(1.5);
   -webkit-transform: scale(1.5);
@@ -322,7 +326,7 @@ export default {
 }
 .hj-content {
   margin-top: 30px;
-  font-size: 13px;
+  font-size: 16px;
   letter-spacing: 2px;
   transform: scale(1.5);
   -webkit-transform: scale(1.5);
@@ -335,14 +339,15 @@ export default {
   display: inline-block;
   min-width: 200px;
   margin-top: 30px;
-  font-size: 10px;
+  font-size: 15px;
   letter-spacing: 2px;
-  transform: scale(4);
-  -webkit-transform: scale(4);
+  transform: scale(3);
+  -webkit-transform: scale(3);
   font-weight: bold !important;
   text-align: center;
   font-family: "Xingkai SC";
 }
+
 .date {
   position: absolute;
   bottom: 70px;