Commit 6e2afeeb authored by mzx's avatar mzx

Merge branch 'mengzixuan' of http://gitlab.91isoft.com:90/car-test/web into develop

parents 1980603e 2859d9b0
...@@ -94,4 +94,7 @@ export default { ...@@ -94,4 +94,7 @@ export default {
.el-table { .el-table {
width: auto; width: auto;
} }
/deep/ .el-drawer__header {
margin-bottom: 0px !important;
}
</style> </style>
...@@ -98,4 +98,25 @@ export default { ...@@ -98,4 +98,25 @@ export default {
.table { .table {
width: auto; width: auto;
} }
.table thead {
background: none;
}
.table th {
color: #303133;
font-size: 14px;
font-weight: 700;
}
.table td {
color: #606266;
font-size: 14px;
font-weight: 400;
}
.custom_title {
color: #303133 !important;
font-size: 18px;
font-weight: 400;
}
/deep/ .el-drawer__header {
margin-bottom: 0px !important;
}
</style> </style>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<div class="button-bar"> <div class="button-bar">
<page-button <page-button
v-hasPermi="['setting:standard:update']" v-hasPermi="['setting:standardTerms:content']"
icon="doc-search" icon="doc-search"
title="检验内容" title="检验内容"
@click.native="handleUpdate(scope.row)" @click.native="handleUpdate(scope.row)"
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
type="password" type="password"
auto-complete="off" auto-complete="off"
placeholder="密码" placeholder="密码"
maxlength="20"
@keyup.enter.native="handleLogin" @keyup.enter.native="handleLogin"
> >
<iconpark-icon slot="prefix" name="lock" size="20"></iconpark-icon> <iconpark-icon slot="prefix" name="lock" size="20"></iconpark-icon>
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<div class="button-bar"> <div class="button-bar">
<page-button <page-button
v-hasPermi="['setting:standard:update']" v-hasPermi="['setting:standardTerms:content']"
icon="doc-search" icon="doc-search"
title="检验内容" title="检验内容"
@click.native="handleUpdate(scope.row)" @click.native="handleUpdate(scope.row)"
......
...@@ -598,9 +598,9 @@ export default { ...@@ -598,9 +598,9 @@ export default {
password: [ password: [
{ required: true, message: '用户密码不能为空', trigger: 'blur' }, { required: true, message: '用户密码不能为空', trigger: 'blur' },
{ {
min: 5, min: 6,
max: 20, max: 20,
message: '用户密码长度必须介于 5 和 20 之间', message: '用户密码长度必须介于 6 和 20 之间',
trigger: 'blur' trigger: 'blur'
} }
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment