소스 검색

调整样式

yangkaixiang 5 달 전
부모
커밋
282d9af282
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      package.json
  2. 3 3
      src/pages/Alarm/components/components/fomular.module.less

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "dt-alarm-component",
-  "version": "1.1.17",
+  "version": "1.1.18",
   "description": "",
   "main": "lib/index.js",
   "scripts": {

+ 3 - 3
src/pages/Alarm/components/components/fomular.module.less

@@ -14,7 +14,7 @@
       text-align: left;
       padding: 10px;
       overflow: auto;
-      line-height: 30px;
+      line-height: 24px;
       color: var(--dt-text-color1);
       word-wrap: break-all;
 
@@ -29,7 +29,7 @@
       & * {
         display: inline;
         white-space: nowrap;
-        vertical-align: text-bottom;
+        vertical-align: bottom;
       }
 
       &:focus {
@@ -46,7 +46,7 @@
       }
 
       img {
-        margin: 0 1px;
+        margin: 1px 1px;
         // cursor: pointer;
       }
     }