Browse Source

修改样式(2508)

zhangxc 5 năm trước cách đây
mục cha
commit
74b5f596b1
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      src/html/scale.html

+ 7 - 1
src/html/scale.html

@@ -19,7 +19,12 @@
       border-collapse: collapse;
       border-spacing: 0;
     }
-
+    label {
+      cursor: pointer;
+    }
+    input[type=radio] {
+      cursor: pointer;
+    }
     body {
       font-size: 14px;
       font-family: '微软雅黑', '宋体';
@@ -115,6 +120,7 @@
       background: #267FD7;
       color: #fff;
       border-radius: 4px;
+      cursor: pointer;
     }
 
     .groupRowWrapper {