提交 9a7f0484 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [TrainSys,网页端]

上级 e472ec76
...@@ -16,6 +16,14 @@ ...@@ -16,6 +16,14 @@
border-left: 1px ; border-left: 1px ;
} }
.slider-progress-percentage { .slider-progress-percentage {
.el-slider__runway {
min-height: 10px;
border-radius: 100px;
}
.el-slider__bar {
height: 100%;
border-radius: 100px;
}
} }
.bg-red{ .bg-red{
background-color:#E71010 background-color:#E71010
...@@ -30,7 +38,7 @@ ...@@ -30,7 +38,7 @@
color:rgba(255, 0, 0, 1) color:rgba(255, 0, 0, 1)
} }
.color-red{ .color-red{
color: rgba(255, 0, 0, 1); color: rgba(255, 0, 0, 1) !important;
} }
/*** END:系统样式表 ***/ /*** END:系统样式表 ***/
\ No newline at end of file
...@@ -165,8 +165,8 @@ ...@@ -165,8 +165,8 @@
} ] } ]
}, { }, {
"caption" : "容器", "caption" : "容器",
"contentHeight" : 500.0, "contentHeight" : 65.0,
"height" : 500.0, "height" : 65.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "view_drbar", "name" : "view_drbar",
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"height" : 500, "height" : 65,
"heightMode" : "PX", "heightMode" : "PX",
"layout" : "FLEX", "layout" : "FLEX",
"shrink" : 0 "shrink" : 0
......
...@@ -172,8 +172,8 @@ ...@@ -172,8 +172,8 @@
} ] } ]
}, { }, {
"caption" : "容器", "caption" : "容器",
"contentHeight" : 500.0, "contentHeight" : 65.0,
"height" : 500.0, "height" : 65.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "view_drbar", "name" : "view_drbar",
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"height" : 500, "height" : 65,
"heightMode" : "PX", "heightMode" : "PX",
"layout" : "FLEX", "layout" : "FLEX",
"shrink" : 0 "shrink" : 0
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册