소스 검색

部分css的width忘记带px。

git-svn-id: https://202.107.226.68:8443/svn/Services/ResistanceMonitor@95 a05970a1-87b9-9d4f-9ee5-fa77e2ec115b
yinwei 1 년 전
부모
커밋
d50a9a5b9b
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      2.Web/static/css/curve-compare.scss
  2. 1 1
      2.Web/static/css/curve-retentivity.scss
  3. 1 1
      2.Web/static/css/curve-statistical.scss
  4. 1 1
      2.Web/static/css/force.scss

+ 1 - 1
2.Web/static/css/curve-compare.scss

@@ -7,7 +7,7 @@ $hover-color: #304156;
  height: 100%;
  .station_tree {
   min-width: 200px;
-  width: 220;
+  width: 220px;
   max-width: 450px;
   overflow-y: auto;
   height: calc(100vh - 70px);

+ 1 - 1
2.Web/static/css/curve-retentivity.scss

@@ -7,7 +7,7 @@ $hover-color: #304156;
  height: 100%;
  .station_tree {
   min-width: 200px;
-  width: 220;
+  width: 220px;
   max-width: 450px;
   overflow-y: auto;
   height: calc(100vh - 70px);

+ 1 - 1
2.Web/static/css/curve-statistical.scss

@@ -7,7 +7,7 @@ $hover-color: #304156;
  height: 100%;
  .station_tree {
   min-width: 200px;
-  width: 220;
+  width: 220px;
   max-width: 450px;
   overflow-y: auto;
   height: calc(100vh - 70px);

+ 1 - 1
2.Web/static/css/force.scss

@@ -7,7 +7,7 @@ $hover-color: #304156;
  height: 100%;
  .station_tree {
   min-width: 200px;
-  width: 220;
+  width: 220px;
   max-width: 450px;
   overflow-y: auto;
   height: calc(100vh - 70px);