Przeglądaj źródła

修改签名背景

coys 1 rok temu
rodzic
commit
1fa90c4d68
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      src/components/writingPad/index.vue

+ 8 - 0
src/components/writingPad/index.vue

@@ -1,5 +1,8 @@
 <template>
   <div>
+    <div class="bixgBox">
+
+  
     <vue-esign
       ref="esign"
       :width="800"
@@ -10,6 +13,7 @@
       :lineColor="lineColor"
       :bgColor.sync="bgColor"
     />
+  </div>
     <van-row>
       <van-col span="24" class="btnGroup">
         <van-button type="info" @click="handleReset">清除</van-button>
@@ -63,4 +67,8 @@ export default {
   margin-top: 20px;
   justify-content: space-around;
 }
+.bixgBox{
+  border: 1px solid #ccc;
+  margin: 10px;
+}
 </style>