ソースを参照

合约订单确认下单

wengyuwen 4 年 前
コミット
ef8ed063a8
1 ファイル変更5 行追加1 行削除
  1. 5 1
      src/views/contractPlacing/index.vue

+ 5 - 1
src/views/contractPlacing/index.vue

@@ -262,7 +262,7 @@
           </p>
           </p>
         </div>
         </div>
       </div>
       </div>
-      <div class="confirmOrder" style="">
+      <div class="confirmOrder">
         确认下单
         确认下单
       </div>
       </div>
     </div>
     </div>
@@ -498,4 +498,8 @@ export default {
   color: white;
   color: white;
   font-size: 20px;
   font-size: 20px;
 }
 }
+
+.confirmOrder:hover{
+  cursor: pointer;
+}
 </style>
 </style>