5.08(优化

This commit is contained in:
Hong
2024-05-08 16:21:36 +08:00
parent 6d9cde48d4
commit 592d036257
5 changed files with 8 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -10,7 +10,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<!-- <title><%= webpackConfig.name %></title> -->
<!-- <link rel="icon" href=""> -->
<title>星桔</title>
<title>滴友之家</title>
</head>
<body>
<script src="<%= BASE_URL %>static/tinymce4.7.5/tinymce.min.js"></script>

View File

@@ -6,7 +6,7 @@ module.exports = {
// 接口请求地址
apiBaseURL: VUE_APP_API_URL,
title: '星桔',
title: '滴友之家',
/**
* @type {boolean} true | false

View File

@@ -1,6 +1,6 @@
<template>
<el-dialog v-if="dialogVisible" :title="title" :visible.sync="dialogVisible" :before-close="resetForm"
:close-on-click-modal="false" width="100%" class="showALL_dialog">
<el-dialog :title="title" :visible.sync="dialogVisible" :before-close="resetForm"
:close-on-click-modal="false" :fullscreen="true" class="showALL_dialog">
<!-- class="demo-ruleForm" inline -->
<el-form :model="user" ref="user" v-loading="loading" label-width="120px">
<el-row>
@@ -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;

View File

@@ -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.