zhangxc пре 5 година
родитељ
комит
74b5f596b1
1 измењених фајлова са 7 додато и 1 уклоњено
  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 {