| | |
| | | </el-row> --> |
| | | <el-dialog title="登陆" :visible.sync="dialogVisible" width="30%"> |
| | | <el-form :model="form"> |
| | | <el-form-item label="账号" label-width="120px"> |
| | | <el-form-item label="账号" label-width="80px"> |
| | | <el-input |
| | | v-model="defaultAccount" |
| | | autocomplete="off" |
| | |
| | | </el-form-item> |
| | | <el-form-item |
| | | label="密码" |
| | | label-width="120px" |
| | | label-width="80px" |
| | | @keyup.enter.native="loginFn" |
| | | > |
| | | <el-input |
| | |
| | | } |
| | | } |
| | | } |
| | | ::v-deep .el-dialog { |
| | | -webkit-transform: none; |
| | | transform: none; |
| | | background-color: rgb(3, 14, 64); |
| | | box-shadow: rgb(10, 51, 110) 0px 0px 40px inset; |
| | | border: 1px solid rgb(10, 51, 110); |
| | | color: #fff !important; |
| | | left: 0; |
| | | position: relative; |
| | | margin: 0 auto; |
| | | .el-dialog__title{ |
| | | color: #fff; |
| | | } |
| | | .el-form-item__label{ |
| | | text-align: right; |
| | | vertical-align: middle; |
| | | float: left; |
| | | font-size: 14px; |
| | | color: #fff; |
| | | line-height: 40px; |
| | | padding: 0 12px 0 0; |
| | | -webkit-box-sizing: border-box; |
| | | box-sizing: border-box; |
| | | } |
| | | } |
| | | ::v-deep .iwc-box-a { |
| | | .el-progress-bar__outer { |
| | | background-color: #29345c; |