样式统一

This commit is contained in:
2026-08-24 14:48:08 +08:00
parent 215a48446d
commit 1a1b1ce66b
25 changed files with 479 additions and 395 deletions
@@ -494,15 +494,7 @@ export default {
</script>
<style scoped lang="scss">
.app-container {
padding: 20px;
}
.discipline-page {
.search-card {
margin-bottom: 16px;
}
.search-form {
.w-full {
width: 100%;
@@ -547,12 +539,6 @@ export default {
color: #303133;
}
}
.pagination-wrapper {
display: flex;
justify-content: flex-end;
margin-top: 16px;
}
}
.add-form {
@@ -648,10 +648,6 @@ export default {
<style scoped lang="scss">
.major-page {
.search-card {
margin-bottom: 16px;
}
.search-form {
::v-deep .el-form-item {
margin-bottom: 18px;
@@ -662,13 +658,6 @@ export default {
border-top: 1px dashed #ebeef5;
padding-top: 14px;
}
.search-actions {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 12px;
}
}
.table-card {
@@ -690,12 +679,6 @@ export default {
gap: 10px;
}
}
.pagination-wrapper {
display: flex;
justify-content: flex-end;
margin-top: 16px;
}
}
.form-dialog-form {