登录验证码灰色 模板内容修改
This commit is contained in:
parent
08e21621d7
commit
c731b87f90
|
@ -66,7 +66,7 @@ import {
|
|||
update{{.StructName}},
|
||||
find{{.StructName}},
|
||||
get{{.StructName}}List
|
||||
} from "@/api/{{.StructName}}"; // 此处请自行替换地址
|
||||
} from "@/api/{{.PackageName}}"; // 此处请自行替换地址
|
||||
import { formatTimeToStr } from "@/utils/data";
|
||||
import infoList from "@/components/mixins/infoList";
|
||||
|
||||
|
|
|
@ -192,6 +192,7 @@ export default {
|
|||
width: 33%;
|
||||
height: 38px;
|
||||
float: right !important;
|
||||
background: #ccc;
|
||||
img {
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in New Issue