From 25ce610f6ecca7325e7a743dc032c4a76559c63d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 02 Jul 2021 09:10:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

---
 widgets/modelDiagram/css/style.css |   83 ++++++++++++++++++++++++++++++++++-------
 1 files changed, 69 insertions(+), 14 deletions(-)

diff --git a/widgets/modelDiagram/css/style.css b/widgets/modelDiagram/css/style.css
index e896f1d..680247d 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: 180px !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,61 @@
   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;
+  width: 230px;
+  height: 160px;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  flex-direction: column;
+  position: absolute;
+  top: 8px;
+  left: 15px;
+  cursor: pointer;
+}
+.jimu-widget-modelDiagram .modelDiagramMain button{
+  line-height: 12px;
+}
+
+.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: 180px;
+}
+
+.jimu-widget-modelDiagram .but {
+  width: 230px;
   height: 40px;
   display: flex;
   align-items: center;
+  /* border: 1px solid rgb(128, 124, 124); */
   justify-content: space-around;
-  position: absolute;
-  top: 1.5px;
-  left: 10px;
-  cursor: pointer;
 }
-.jimu-widget-modelDiagram .closemodoinput{
-  width: 50px;
+
+.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 +92,6 @@
 }
 
 .jimu-widget-modelDiagram .beginPlay {
-  border: 1px solid salmon;
-  display: none;
-}
-
-.jimu-widget-modelDiagram .stopPlay {
   border: 1px solid salmon;
   display: none;
 }
@@ -71,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