Explorar o código

部分css的width忘记带px。

git-svn-id: https://202.107.226.68:8443/svn/Services/ResistanceMonitor@95 a05970a1-87b9-9d4f-9ee5-fa77e2ec115b
yinwei hai 1 ano
pai
achega
d50a9a5b9b

+ 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);