Commit 84169a8b authored by 白舜's avatar 白舜 🎱

fix: #9681

parent 95d267d1
......@@ -355,6 +355,13 @@ onBeforeMount(() => {
</script>
<style lang="scss" scoped>
:deep(.bg-filter-group) .top-filter .right-filter {
width: 520px;
.el-input {
width: 360px;
}
}
.page_container {
display: flex;
flex-direction: column;
......
......@@ -351,6 +351,12 @@ onBeforeMount(() => {
</script>
<style lang="scss" scoped>
:deep(.bg-filter-group) .top-filter .right-filter {
width: 520px;
.el-input {
width: 360px;
}
}
.page_container {
display: flex;
flex-direction: column;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment