logo
This commit is contained in:
parent
77457afb06
commit
a454233bcb
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
|
@ -1,7 +0,0 @@
|
|||
# 快速了解
|
||||
饼图配置
|
||||
## 1、添加饼图
|
||||
![img.png](img.png)
|
||||
## 2、饼图设置
|
||||
|
||||
## 3、数据格式
|
|
@ -0,0 +1 @@
|
|||
##大屏MySQL数据源的数据集,演示用脚本
|
|
@ -1,5 +1,5 @@
|
|||
server:
|
||||
port: 9095
|
||||
port:
|
||||
servlet:
|
||||
encoding:
|
||||
charset: UTF-8
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
<div class="container">
|
||||
<div class="header">
|
||||
<el-row class="top">
|
||||
<el-col :span="12" class="left">
|
||||
<span><img src="../../../static/logo1.png" width="100"></span>
|
||||
<span>帮助中心</span>
|
||||
</el-col>
|
||||
<el-col :span="12" class="right">
|
||||
<span @click="goHome">首页</span>
|
||||
</el-col>
|
||||
|
@ -18,8 +14,8 @@
|
|||
</div>
|
||||
<div class="main">
|
||||
<div class="slider-left">
|
||||
<div class="item"
|
||||
:class="index==active?'active':''"
|
||||
<div class="item"
|
||||
:class="index==active?'active':''"
|
||||
v-for="(item, index) in sliderList" :key="index"
|
||||
@click="changeSelect(index, item)"
|
||||
>
|
||||
|
@ -165,4 +161,4 @@ export default {
|
|||
margin-right: 10px;
|
||||
padding: 10px 0 0;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
@ -15,14 +15,6 @@
|
|||
</div>
|
||||
<el-dropdown-menu slot="dropdown"
|
||||
class="user-dropdown">
|
||||
<el-dropdown-item divided>
|
||||
<span style="display:block;"
|
||||
@click="helpCenter">帮助中心</span>
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item divided>
|
||||
<span style="display:block;"
|
||||
@click="updatePassword">修改密码</span>
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item divided>
|
||||
<span style="display:block;"
|
||||
@click="logout">注销登录</span>
|
||||
|
@ -30,45 +22,6 @@
|
|||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</el-menu>
|
||||
<!-- 修改密码弹框 -->
|
||||
<el-dialog title="修改密码"
|
||||
:visible.sync="wordVisible"
|
||||
width="40%"
|
||||
:close-on-click-modal='false'
|
||||
top="20vh"
|
||||
class="password-box">
|
||||
<el-form ref="form"
|
||||
:model="form"
|
||||
label-width="100px"
|
||||
:rules="rules"
|
||||
:close-on-click-modal="false">
|
||||
<el-form-item label="原密码"
|
||||
prop="oldPassword">
|
||||
<el-input v-model.trim="form.oldPassword"
|
||||
type="password"
|
||||
autocomplete="off"></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="新密码"
|
||||
prop="password">
|
||||
<el-input v-model.trim="form.password"
|
||||
type="password"
|
||||
autocomplete="off"></el-input>
|
||||
<!-- <span class="password-tips"><i class="el-icon-warning-outline"> 密码至少8位,切包含大写、小写字母、数字、特殊字符中的3种</i></span> -->
|
||||
</el-form-item>
|
||||
<el-form-item label="确认新密码"
|
||||
prop="confirmPassword">
|
||||
<el-input v-model.trim="form.confirmPassword"
|
||||
type="password"
|
||||
autocomplete="off"></el-input>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<span slot="footer"
|
||||
class="dialog-footer">
|
||||
<el-button @click="wordVisible = false">取 消</el-button>
|
||||
<el-button type="primary"
|
||||
@click="confrimUpdate">确 定</el-button>
|
||||
</span>
|
||||
</el-dialog>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 88 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue