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