From 5dc36d1e0ea55358eb5b7273943897a75403993c Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 13 八月 2020 17:26:09 +0800
Subject: [PATCH] 修复底库分页全屏不显示,场景编辑可选参数默认选中第一个operator,表单必填项红星对齐方式修改
---
public/index.html | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/public/index.html b/public/index.html
index d0f41f4..485bf69 100644
--- a/public/index.html
+++ b/public/index.html
@@ -313,6 +313,12 @@
.mt15 {
margin-top: 15px;
}
+ .pl20 {
+ padding-left: 20px;
+ }
+ /* .flex-box{
+ display: flex;
+ } */
.el-button--primary {
color: #FFFFFF;
background-color: #3D68E1!important;
@@ -335,7 +341,16 @@
outline: none!important;
border-color: #3D68E1!important;
} */
-
+ .el-select-dropdown__list{
+ text-align: left;
+ }
+ .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before{
+ margin-left: -8px!important;
+ margin-right: 0;
+ }
+ .el-input.is-disabled .el-input__suffix{
+ visibility: hidden;
+ }
</style>
</head>
--
Gitblit v1.8.0