修改图库BUG
This commit is contained in:
parent
d1ef6fefa0
commit
5377a76365
|
|
@ -137,6 +137,7 @@ export default {
|
|||
name: this.typedata
|
||||
});
|
||||
if (res.msg == '成功') {
|
||||
this.typedata = ''
|
||||
this.dialogTableVisibles = false
|
||||
this.getType()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -76,6 +76,8 @@ li {
|
|||
}
|
||||
|
||||
.listyle {
|
||||
width: 110px;
|
||||
height: 110px;
|
||||
margin-right: 10px;
|
||||
margin-top: 10px;
|
||||
border: 5px solid #fff;
|
||||
|
|
|
|||
Loading…
Reference in New Issue