优化
This commit is contained in:
@@ -128,7 +128,6 @@ const onSubmit = () => {
|
||||
text: "Loading",
|
||||
background: "rgba(0, 0, 0, 0.7)",
|
||||
});
|
||||
setUserPass(formData.value);
|
||||
rentgetloginID({
|
||||
name: formData.value.tenantName,
|
||||
})
|
||||
@@ -147,6 +146,7 @@ const onSubmit = () => {
|
||||
tokenCache.setToken(res.tokenValue)
|
||||
userCache.setUser(res)
|
||||
setUser(res);
|
||||
setUserPass(formData.value);
|
||||
router.push("/nav");
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
@@ -124,11 +124,12 @@
|
||||
>
|
||||
<el-button
|
||||
@click="filterdialogVisible = true"
|
||||
style="width: 50px"
|
||||
class="put-button"
|
||||
class="put-button buttoMore-filters"
|
||||
type="primary"
|
||||
><img style="height: 30px" src="@/assets/filter.png"
|
||||
/></el-button>
|
||||
><img class="filters-img" src="@/assets/filter.png"
|
||||
/><div style="margin-left: 10px">
|
||||
更多筛选
|
||||
</div></el-button>
|
||||
<!-- <el-button @click="filterdialogVisible = true" style="width: 50px;" class="put-button" type="primary"><img
|
||||
style="height: 30px;" src="@/assets/filter.png"></el-button> -->
|
||||
</div>
|
||||
@@ -758,7 +759,12 @@ function openHTML(id) {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.buttoMore-filters{
|
||||
width: 150px;
|
||||
}
|
||||
.filters-img{
|
||||
width: 30px;
|
||||
}
|
||||
.el-dialog {
|
||||
--el-dialog-font-line-height: 50px;
|
||||
--el-dialog-width: 600px;
|
||||
|
||||
Reference in New Issue
Block a user