mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-03 21:48:13 +08:00
个人信息 桩密码样式
This commit is contained in:
@@ -56,17 +56,12 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row :gutter="20" v-hasRole="['admin', 'common']">
|
<el-row :gutter="20" v-hasRole="['admin', 'common']" style="margin-top: 20px;">
|
||||||
<el-col :span="6" :xs="24">
|
<el-col :span="6" :xs="24">
|
||||||
<el-card class="box-card">
|
<el-card class="box-card">
|
||||||
<div slot="header" class="clearfix">
|
<div slot="header" class="password">
|
||||||
<span>桩动态密码</span>
|
<p>桩动态密码</p>
|
||||||
<div class="button-container">
|
<el-button type="primary" @click="generatePileSecret" plain>点击生成动态密码</el-button>
|
||||||
<el-button
|
|
||||||
type="primary"
|
|
||||||
@click="generatePileSecret"
|
|
||||||
plain>点击生成动态密码</el-button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
@@ -133,8 +128,9 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.button-container {
|
.password {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: right; /* 靠右 */
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user