From a5e8ef032f149ac7a3827169a8affa8ecd4cb4f9 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期三, 19 八月 2020 18:06:51 +0800
Subject: [PATCH] 打开应用异步抓取快照去掉最小化快照,应用中心界面调整,初始应用窗口计算修改
---
public/index.html | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/public/index.html b/public/index.html
index d0f41f4..577320a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -313,6 +313,15 @@
.mt15 {
margin-top: 15px;
}
+ .pl20 {
+ padding-left: 20px;
+ }
+ .cursor-pointer{
+ cursor: pointer;
+ }
+ /* .flex-box{
+ display: flex;
+ } */
.el-button--primary {
color: #FFFFFF;
background-color: #3D68E1!important;
@@ -335,7 +344,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