\ No newline at end of file
diff --git a/src/components/index/modal/components/Create.vue b/src/components/index/modal/components/Create.vue
new file mode 100644
index 0000000..1cbaf36
--- /dev/null
+++ b/src/components/index/modal/components/Create.vue
@@ -0,0 +1,316 @@
+
+
+
+
+
+
+ *组件名称:
+
+
+
+ *组件类型:
+
+
+
+
+ 组件数据:
+
+
+
+
+
+
+
+
+
+
+
+ 组件预览:
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/index/modal/datascreen/Create.vue b/src/components/index/modal/datascreen/Create.vue
new file mode 100644
index 0000000..04cd21b
--- /dev/null
+++ b/src/components/index/modal/datascreen/Create.vue
@@ -0,0 +1,156 @@
+
+
+
+
+ *分组:
+
+
+
+ *大屏名称:
+
+
+
+ 密码:
+
+
+
+ *大屏尺寸:
+
+
+
+
+
+
+
+
+
+ 缩略图:
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/index/modal/datascreen/Import.vue b/src/components/index/modal/datascreen/Import.vue
new file mode 100644
index 0000000..078d1a4
--- /dev/null
+++ b/src/components/index/modal/datascreen/Import.vue
@@ -0,0 +1,8 @@
+
+
+导入功能只需要点击这里或者将文件拖拽到这里即可导入
+但是导入功能目前暂不可用
+因为喵喵们正在开发这个功能!
+
\ No newline at end of file
diff --git a/src/components/index/modal/datasource/Create.vue b/src/components/index/modal/datasource/Create.vue
new file mode 100644
index 0000000..44dbab7
--- /dev/null
+++ b/src/components/index/modal/datasource/Create.vue
@@ -0,0 +1,222 @@
+
+
+
+
+
+ *名称:
+
+
+
+ *类型:
+
+
+
+ *用户名:
+
+
+
+ *密码:
+
+
+
+ *连接地址:
+
+
+
+ *数据库名:
+
+
+
+ 备注:
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/index/modal/files/Upload.vue b/src/components/index/modal/files/Upload.vue
new file mode 100644
index 0000000..9c1b387
--- /dev/null
+++ b/src/components/index/modal/files/Upload.vue
@@ -0,0 +1,8 @@
+
+
+上传文件只需要点击这里或者将文件拖拽到这里即可导入
+但是上次文件功能目前暂不可用
+因为喵喵们正在开发这个功能!
+
\ No newline at end of file
diff --git a/src/components/index/modal/maps/Create.vue b/src/components/index/modal/maps/Create.vue
new file mode 100644
index 0000000..e8f4958
--- /dev/null
+++ b/src/components/index/modal/maps/Create.vue
@@ -0,0 +1,190 @@
+
+
+
+
+ 上一级别:
+
+
+
+ *地图名称:
+
+
+
+ *地图级别:
+
+
+
+ *地图编号:
+
+
+
+ 地图数据:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/index/modal/record/Create.vue b/src/components/index/modal/record/Create.vue
new file mode 100644
index 0000000..c9cf1e0
--- /dev/null
+++ b/src/components/index/modal/record/Create.vue
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+ *名称:
+
+
+
+ *类型:
+
+
+
+
+ 过滤器:
+
+
+
+
+
+
+
+ 响应返回:
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/index/modal/variables/Create.vue b/src/components/index/modal/variables/Create.vue
new file mode 100644
index 0000000..f7ab35e
--- /dev/null
+++ b/src/components/index/modal/variables/Create.vue
@@ -0,0 +1,147 @@
+
+
+
+
+ *名称:
+
+
+
+ *变量名:
+
+
+
+ *变量值:
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/layout/Modal.vue b/src/components/layout/Modal.vue
index e381c03..959aeca 100644
--- a/src/components/layout/Modal.vue
+++ b/src/components/layout/Modal.vue
@@ -70,10 +70,8 @@ const getDimensionValue = (value) => {
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
min-width: 200px;
- min-height: 80px;
- max-width: 85%;
- max-height: 85%;
- overflow: auto;
+ min-height: 60px;
+ overflow: hidden;
position: relative;
z-index: 99999;
}
@@ -139,6 +137,6 @@ const getDimensionValue = (value) => {
text-align: center;
}
.modal-main {
- padding: 10px;
+ padding: 4px;
}
\ No newline at end of file
diff --git a/src/components/layout/Tip.vue b/src/components/layout/Tip.vue
new file mode 100644
index 0000000..7284167
--- /dev/null
+++ b/src/components/layout/Tip.vue
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+ {{ notif.content }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Index.vue b/src/views/Index.vue
index 8328a80..432ed42 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -1,10 +1,8 @@
-
+
- {{ modalContent }}
+
+ {{ modalContent || '无内容' }}
+
+
\ No newline at end of file