From 0de0c63175ba63fd7f7fcec97d65124fb3b455dd Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 19 Jun 2021 17:57:42 +0800
Subject: [PATCH] 创建实体调整

---
 widgets/modelDiagram/css/style.css |   55 +++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 43 insertions(+), 12 deletions(-)

diff --git a/widgets/modelDiagram/css/style.css b/widgets/modelDiagram/css/style.css
index e896f1d..cd52983 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: 40px !important;
+  height: 120px !important;
   width: 280px !important;
   /* 240px */
   background: rgb(254, 254, 254);
@@ -12,7 +12,7 @@
   z-index: 11 !important;
   top: 72px !important;
   bottom: auto !important;
-  right: 60px !important;
+  right: 383px !important;
   left: auto !important;
   box-shadow: 0 0 8px #fff;
   display: none;
@@ -30,22 +30,58 @@
   font-size: 16px;
   border-radius: 5px;
   box-shadow: 2px 2px 15px -5px #378ef1;
+  display: none;
   /* border: 1px solid rgb(128, 124, 124); */
 }
 
 .jimu-widget-modelDiagram .modelDiagramMain {
-  width:230px;
-  height: 40px;
+  width: 230px;
+  height: 110px;
   display: flex;
   align-items: center;
-  justify-content: space-around;
+  justify-content: center;
+  flex-direction: column;
   position: absolute;
   top: 1.5px;
   left: 10px;
   cursor: pointer;
 }
-.jimu-widget-modelDiagram .closemodoinput{
-  width: 50px;
+
+.jimu-widget-modelDiagram .inp {
+  width: 230px;
+  height: 130px;
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  /* border: 1px solid rgb(128, 124, 124); */
+  justify-content: space-around;
+}
+
+.jimu-widget-modelDiagram .inp .closemodoinput {
+  width: 200px;
+}
+
+.jimu-widget-modelDiagram .but {
+  width: 230px;
+  height: 40px;
+  display: flex;
+  align-items: center;
+  /* border: 1px solid rgb(128, 124, 124); */
+  justify-content: space-around;
+}
+
+.jimu-widget-modelDiagram .but .buts {
+  line-height: 30px;
+  width: 80px;
+  height: 30px;
+  font-size: 16px;
+  border-radius: 5px;
+  box-shadow: 2px 2px 15px -5px #378ef1;
+  /* border: 1px solid salmon; */
+}
+
+.jimu-widget-modelDiagram .but .buts:hover {
+  box-shadow: 2px 2px 25px -5px #1679eb;
 }
 
 .jimu-widget-modelDiagram .closemodo:hover {
@@ -53,11 +89,6 @@
 }
 
 .jimu-widget-modelDiagram .beginPlay {
-  border: 1px solid salmon;
-  display: none;
-}
-
-.jimu-widget-modelDiagram .stopPlay {
   border: 1px solid salmon;
   display: none;
 }

--
Gitblit v1.9.3