优化主题切换按钮下移问题、优化tabs被footer遮挡问题

This commit is contained in:
Elune
2020-03-07 13:02:49 +08:00
parent 32dc525091
commit 3c0323496f
7 changed files with 15 additions and 8 deletions

View File

@@ -84,7 +84,7 @@
"html-webpack-plugin": "3.2.0",
"husky": "1.3.1",
"lint-staged": "8.1.5",
"node-sass": "^4.13.0",
"node-sass": "^4.13.1",
"plop": "2.3.0",
"runjs": "^4.3.2",
"sass-loader": "^7.1.0",

View File

@@ -19,7 +19,7 @@
display: inline-block;
vertical-align: middle;
margin-bottom: 10px;
height: 30.5px;
height: 30.5px !important;
width: 223px !important;
}
}
@@ -101,3 +101,8 @@
font-family: Courier New, serif;
font-size: 12px
}
.el-tabs{
padding-left: 8px;
margin-bottom: 25px;
}

View File

@@ -188,7 +188,7 @@ export default {
<style>
.crud-opts {
padding: 6px 0;
padding: 4px 0;
display: -webkit-flex;
display: flex;
align-items: center;

View File

@@ -18,7 +18,7 @@
</div>
</el-tooltip>
</div>
</div>
</div>
</el-tab-pane>
<el-tab-pane label="Element-UI Icons">
<div class="grid">
@@ -33,7 +33,7 @@
</div>
</el-tooltip>
</div>
</div>
</div>
</el-tab-pane>
</el-tabs>
</div>

View File

@@ -147,7 +147,7 @@ export default {
justify-content: center;
align-items: center;
height: 100%;
background-image:url(https://api.isoyu.com/bing_images.php);
background-image:url(http://api.neweb.top/bing.php?type=rand);
background-size: cover;
}
.title {

View File

@@ -97,7 +97,9 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
// eslint-disable-next-line no-undef
crud.crudMethod.edit(data).then(() => {
// eslint-disable-next-line no-undef
crud.notify(this.dict.label.job_status[val] + '成功', 'success')
}).catch(err => {
data.enabled = !data.enabled

View File

@@ -1,5 +1,5 @@
<template>
<el-tabs v-model="activeName" style="padding-left: 8px;" @tab-click="tabClick">
<el-tabs v-model="activeName" @tab-click="tabClick">
<el-tab-pane label="本地存储" name="first">
<Local ref="local" />
</el-tab-pane>