md
This commit is contained in:
parent
31af76fd16
commit
e09d31a731
@ -194,12 +194,12 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div style="clearfix: both;padding: 0px 15px;">
|
<div style="clearfix: both;padding: 0px 15px;">
|
||||||
<div style="float: left;" >
|
<!-- <div style="float: left;" >
|
||||||
<router-link class="link-type" :to="'/register'" style="color: gray;font-weight: 400;font-size: 14px;">免费试用</router-link>
|
<router-link class="link-type" :to="'/register'" style="color: gray;font-weight: 400;font-size: 14px;">免费试用</router-link>
|
||||||
</div>
|
</div>
|
||||||
<div style="float: right;" >
|
<div style="float: right;" >
|
||||||
<router-link class="link-type" :to="'/resetpwd'" style="color: gray;font-weight: 400;font-size: 14px;">忘记密码?</router-link>
|
<router-link class="link-type" :to="'/resetpwd'" style="color: gray;font-weight: 400;font-size: 14px;">忘记密码?</router-link>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</el-row>
|
</el-row>
|
||||||
@ -658,8 +658,8 @@ img { border: 0px; }
|
|||||||
|
|
||||||
.login-main :deep .el-button--primary {
|
.login-main :deep .el-button--primary {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #1890FF;
|
background-color: #be1722;
|
||||||
border-color: #1890FF;
|
border-color: #be1722;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-form .el-input {
|
.login-form .el-input {
|
||||||
|
|||||||
@ -69,8 +69,8 @@
|
|||||||
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
||||||
>
|
>
|
||||||
<el-table-column prop="deptName" label="部门名称" width="260"></el-table-column>
|
<el-table-column prop="deptName" label="部门名称" width="260"></el-table-column>
|
||||||
<el-table-column prop="domainName" label="所属域" align="center" width="90"></el-table-column>
|
<!-- <el-table-column prop="domainName" label="所属域" align="center" width="90"></el-table-column> -->
|
||||||
<el-table-column prop="orderNum" label="排序" width="200"></el-table-column>
|
<el-table-column prop="orderNum" label="排序" width="80"></el-table-column>
|
||||||
<el-table-column prop="status" label="状态" width="100">
|
<el-table-column prop="status" label="状态" width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<dict-tag :options="dict.type.sys_normal_disable" :value="scope.row.status"/>
|
<dict-tag :options="dict.type.sys_normal_disable" :value="scope.row.status"/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user