浏览代码

箭头位置调整

luolei 4 年之前
父节点
当前提交
2d09af0d15
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 4 2
      src/css/deptScoreDetailControl.less
  2. 1 1
      src/css/quexianDetailControl.less

+ 4 - 2
src/css/deptScoreDetailControl.less

@@ -81,6 +81,7 @@
         }
         td{
             white-space: nowrap;
+            position: relative;
         }
         .moduleNumber{
             text-align: center;
@@ -92,8 +93,9 @@
         .updownimg {
             width: 9px;
             margin-left: 5px;
-            position: relative;
-            top: 1px;
+            position: absolute;
+            top: 7px;
+            right: 8px;
         }
     }
     .tabFoot{

+ 1 - 1
src/css/quexianDetailControl.less

@@ -149,7 +149,7 @@
         }
         td{
             font-size: 14px;
-            font-weight: 400 
+            font-weight: 400;
         }
         .moduleNumber{
             text-align: center;