-
-
-
-
-
-
-
-
-
-
-
-
+ :modal="false" draggable :before-close="handleScenarioClose" title="'新增事故情景'"
+ append-to-body width="1000px">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 下一步
+
+
@@ -345,6 +407,10 @@ onMounted(() => {
.el-dialog .el-input{
--el-input-inner-height: 38px
}
+.el-dialog .el-select__wrapper{
+ height: 40px
+}
+
.scenario-search-box .el-button{
height: 36px !important;
}
@@ -352,4 +418,79 @@ onMounted(() => {
height: 40px;
}
+
+.scenario-setting-box{
+ width: 900px;
+ height: 100px;
+ background: inherit;
+ background-color: rgba(255, 255, 255, 1);
+ border: none;
+ border-radius: 5px;
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
+ margin: 0 auto;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+
+
+.scenario-setting-box .el-step__icon.is-text{
+ width: 30px;
+ height: 30px;
+ line-height: 30px;
+ background-color: #c9c9c9 ;
+ border-color: #c9c9c9 ;
+ color: #fff;
+
+}
+
+.scenario-setting-box .is-finish .el-step__icon.is-text{
+ width: 30px;
+ height: 30px;
+ line-height: 30px;
+ background-color: #266fff ;
+ border-color: #266fff ;
+ color: #fff;
+}
+
+.scenario-setting-box .is-process .el-step__icon.is-text{
+ width: 30px;
+ height: 30px;
+ line-height: 30px;
+ background-color: #266fff ;
+ border-color: #266fff ;
+ color: #fff;
+}
+.scenario-setting-box .el-step__title{
+ font-family: 'Arial Normal', 'Arial', sans-serif;
+ font-weight: 400;
+ font-style: normal;
+ font-size: 16px;
+ letter-spacing: normal;
+}
+.scenario-setting-box .el-step__title.is-finish{
+ color: #266fff ;
+}
+.scenario-setting-box .el-step__title.is-process{
+ color: #266fff ;
+}
+.scenario-setting-box .el-step__line{
+ height: 1px !important;
+ background-color: #ebebeb !important;
+}
+
+.scenario-setting-bottombox{
+ width: 900px;
+ height: calc(100vh - 300px);
+ background: inherit;
+ background-color: rgba(255, 255, 255, 1);
+ border: none;
+ border-radius: 5px;
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
+ margin: 20px auto;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+
\ No newline at end of file