From 05d754bb09ba4aeddd60320d33d583d388434c2f Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期一, 20 十二月 2021 15:38:45 +0800
Subject: [PATCH] 树形组件修改
---
src/pages/shuohuangMonitorAnalyze/components/configManage.vue | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/src/pages/shuohuangMonitorAnalyze/components/configManage.vue b/src/pages/shuohuangMonitorAnalyze/components/configManage.vue
index 7d603e9..eafc08a 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/configManage.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/configManage.vue
@@ -17,14 +17,21 @@
</div>
<div>
<label>瀛樺偍鏃堕棿</label>
- <el-select
+ <el-input-number
+ v-model="memoryTime" min="0"
+ size="small" style="max-width: 190px"
+ >
+
+
+ </el-input-number> 鍛�
+ <!-- <el-select
v-model="memoryTime"
size="small"
style="max-width: 190px"
>
<el-option value="week">涓�鍛�</el-option>
<el-option value="month">涓�涓湀</el-option>
- </el-select>
+ </el-select> -->
</div>
</div>
<div class="flex-box">
@@ -97,7 +104,7 @@
return {
activeNames: ["1", "2"],
memoryServe: false,
- memoryTime: "",
+ memoryTime: 1,
format: false,
autoRemove: true,
removeTime: "",
@@ -113,9 +120,10 @@
<style lang="scss">
.config-manage {
padding: 28px 33px;
- margin: 27px;
background: #fff;
+ box-shadow: 0px 3px 6px rgba(160, 174, 230, 0.56);
height: 100%;
+ border-radius: 10px;
.el-collapse {
border-top: none;
border-bottom: none;
@@ -172,7 +180,11 @@
padding-top: 20px;
.el-button {
padding: 9px 42px;
+ background-color: #2d52d7;
font-size: 13px;
+ span {
+ color: #fff;
+ }
}
}
}
--
Gitblit v1.8.0