'admin-21.10.18:优化tagsview问题'
This commit is contained in:
parent
6467f57cf2
commit
af13922492
@ -36,8 +36,8 @@ export default defineComponent({
|
|||||||
if (isTagsViewCurrenFull) {
|
if (isTagsViewCurrenFull) {
|
||||||
return `0px`;
|
return `0px`;
|
||||||
} else {
|
} else {
|
||||||
if (isTagsview) return `85px`;
|
if (isTagsview) return `83px`;
|
||||||
else return `50px`;
|
else return `49px`;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// 页面加载时
|
// 页面加载时
|
||||||
|
Loading…
Reference in New Issue
Block a user