Browse Source

合约订单确认下单

wengyuwen 4 years ago
parent
commit
ef8ed063a8
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/contractPlacing/index.vue

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

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