5.08(优化
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 19 KiB |
@@ -10,7 +10,7 @@
|
|||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<!-- <title><%= webpackConfig.name %></title> -->
|
<!-- <title><%= webpackConfig.name %></title> -->
|
||||||
<!-- <link rel="icon" href=""> -->
|
<!-- <link rel="icon" href=""> -->
|
||||||
<title>星桔</title>
|
<title>滴友之家</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="<%= BASE_URL %>static/tinymce4.7.5/tinymce.min.js"></script>
|
<script src="<%= BASE_URL %>static/tinymce4.7.5/tinymce.min.js"></script>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ module.exports = {
|
|||||||
// 接口请求地址
|
// 接口请求地址
|
||||||
apiBaseURL: VUE_APP_API_URL,
|
apiBaseURL: VUE_APP_API_URL,
|
||||||
|
|
||||||
title: '星桔',
|
title: '滴友之家',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {boolean} true | false
|
* @type {boolean} true | false
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-dialog v-if="dialogVisible" :title="title" :visible.sync="dialogVisible" :before-close="resetForm"
|
<el-dialog :title="title" :visible.sync="dialogVisible" :before-close="resetForm"
|
||||||
:close-on-click-modal="false" width="100%" class="showALL_dialog">
|
:close-on-click-modal="false" :fullscreen="true" class="showALL_dialog">
|
||||||
<!-- class="demo-ruleForm" inline -->
|
<!-- class="demo-ruleForm" inline -->
|
||||||
<el-form :model="user" ref="user" v-loading="loading" label-width="120px">
|
<el-form :model="user" ref="user" v-loading="loading" label-width="120px">
|
||||||
<el-row>
|
<el-row>
|
||||||
@@ -601,30 +601,13 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.showALL_dialog {
|
.showALL_dialog {
|
||||||
overflow: hidden;
|
/* overflow: hidden; */
|
||||||
}
|
background: #fff;
|
||||||
|
|
||||||
::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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-footer {
|
.dialog-footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
/* position: fixed; */
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ function resolve(dir) {
|
|||||||
return path.join(__dirname, 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,
|
// If your port is set to 80,
|
||||||
// use administrator privileges to execute the command line.
|
// use administrator privileges to execute the command line.
|
||||||
|
|||||||
Reference in New Issue
Block a user