From 1a2c1d005bf7de2528f73638fb24d31da812aad5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 22 Jun 2021 17:40:13 +0800
Subject: [PATCH] 增加模型
---
widgets/modelDiagram/css/style.css | 36 ++++++++++++++++++++++++++++++------
1 files changed, 30 insertions(+), 6 deletions(-)
diff --git a/widgets/modelDiagram/css/style.css b/widgets/modelDiagram/css/style.css
index cd52983..03a2031 100644
--- a/widgets/modelDiagram/css/style.css
+++ b/widgets/modelDiagram/css/style.css
@@ -1,7 +1,7 @@
.jimu-widget-modelDiagram {
position: absolute !important;
font-size: 14px;
- height: 120px !important;
+ height: 180px !important;
width: 280px !important;
/* 240px */
background: rgb(254, 254, 254);
@@ -15,7 +15,7 @@
right: 383px !important;
left: auto !important;
box-shadow: 0 0 8px #fff;
- display: none;
+ /* display: none; */
}
.jimu-widget-modelDiagram .seemodo {
@@ -36,15 +36,18 @@
.jimu-widget-modelDiagram .modelDiagramMain {
width: 230px;
- height: 110px;
+ height: 160px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
- top: 1.5px;
- left: 10px;
+ top: 8px;
+ left: 15px;
cursor: pointer;
+}
+.jimu-widget-modelDiagram .modelDiagramMain button{
+ line-height: 12px;
}
.jimu-widget-modelDiagram .inp {
@@ -58,7 +61,7 @@
}
.jimu-widget-modelDiagram .inp .closemodoinput {
- width: 200px;
+ width: 180px;
}
.jimu-widget-modelDiagram .but {
@@ -102,4 +105,25 @@
.jimu-widget-modelDiagram .closesmodelDiagram:hover {
color: red;
+}
+
+#modelDiagramCHONGFU{
+ z-index: 20;
+ position: absolute;
+ top: 180px;
+ left: 140px;
+ width: 170px;
+ height: 150px;
+ background-color: #fff;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+ border-radius: 5px ;
+ box-shadow: 0px 0px 5px #378ef1;
+ display: none;
+}
+
+#modelDiagramCHONGFU input{
+ width: 80px;
}
\ No newline at end of file
--
Gitblit v1.9.3