From 8671e57aa0fe492040901b9e8eff8fc56b0c9588 Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期二, 09 二月 2021 00:12:23 +0800
Subject: [PATCH] 修改云盘智搜
---
src/views/user/Informationinput.vue | 25 +++++++++++--------------
1 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 4754f00..360eab9 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -4693,10 +4693,6 @@
margin-top: 2%;
}
-.el-select {
- width: 100%;
-}
-
.commonBtn {
background-color: rgb(163, 44, 48);
color: white;
@@ -4712,25 +4708,26 @@
color: rgb(163, 44, 48);
}
-.el-date-editor.el-input,
-.el-date-editor.el-input__inner {
- width: 100%;
-}
-
.info-card {
margin-top: 20px;
}
-.el-header,
-.el-footer {
+</style>
+<style lang="scss" scoped>
+.el-select {
+ width: 100%;
+}
+.el-autocomplete{
+ width: 100%;
+}
+.el-header,.el-footer {
background-color: #e9eef3;
color: #333;
text-align: center;
line-height: 60px;
}
-</style>
-<style lang="scss" scoped>
-.el-autocomplete{
+.el-date-editor.el-input,
+.el-date-editor.el-input__inner {
width: 100%;
}
</style>
--
Gitblit v1.8.0