diff --git a/public/favicon.ico b/public/favicon.ico
index 110c6f9..35961da 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/index.html b/public/index.html
index a414e82..6ebbff4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -10,7 +10,7 @@
-
星桔
+ 滴友之家
diff --git a/src/settings.js b/src/settings.js
index e7ecc63..e591db9 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -6,7 +6,7 @@ module.exports = {
// 接口请求地址
apiBaseURL: VUE_APP_API_URL,
- title: '星桔',
+ title: '滴友之家',
/**
* @type {boolean} true | false
diff --git a/src/views/rentsell/sell/info/creatLevel.vue b/src/views/rentsell/sell/info/creatLevel.vue
index 83cb9da..f248165 100644
--- a/src/views/rentsell/sell/info/creatLevel.vue
+++ b/src/views/rentsell/sell/info/creatLevel.vue
@@ -1,6 +1,6 @@
-
+
@@ -601,30 +601,13 @@ export default {
}
.showALL_dialog {
- overflow: hidden;
-}
-
-::v-deep .el-dialog {
- margin: 0 auto !important;
- height: 100%;
- overflow: hidden;
-
- .el-dialog__body {
- position: absolute;
- left: 0;
- top: 50px;
- bottom: 50px;
- right: 0;
- padding: 0;
- z-index: 1;
- overflow: hidden;
- overflow-y: auto;
- }
+ /* overflow: hidden; */
+ background: #fff;
}
.dialog-footer {
width: 100%;
- position: absolute;
+ /* position: fixed; */
bottom: 0;
right: 0;
z-index: 2;
diff --git a/vue.config.js b/vue.config.js
index 8cfd634..d0cc7fb 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
-const name = defaultSettings.title || '星桔' // page title
+const name = defaultSettings.title || '滴友之家' // page title
// If your port is set to 80,
// use administrator privileges to execute the command line.