系统样式修改

This commit is contained in:
cwchen 2025-09-22 11:13:52 +08:00
parent 103acd5584
commit 4da78f314f
17 changed files with 77 additions and 78 deletions

View File

@ -213,16 +213,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -307,16 +307,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -172,16 +172,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -144,16 +144,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -157,16 +157,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -143,23 +143,22 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {
font-size: 16px; font-size: 16px;
} }
} }
.yxq .el-range-separator { .yxq .el-range-separator {
margin-right: 7px !important; margin-right: 7px !important;
} }

View File

@ -389,16 +389,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -309,16 +309,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -128,16 +128,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -175,16 +175,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -159,16 +159,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -114,16 +114,16 @@ export default {
}; };
</script> </script>
<style lang="scss"> <style lang="scss">
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -340,17 +340,17 @@ export default {
} }
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 1100px; width: 1100px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -159,17 +159,17 @@ export default {
} }
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -143,16 +143,16 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -293,17 +293,17 @@ export default {
} }
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {

View File

@ -304,16 +304,16 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w700 .el-dialog { .w700 ::v-deep .el-dialog {
width: 700px; width: 700px;
} }
.w500 .el-dialog { .w500 ::v-deep .el-dialog {
width: 500px; width: 500px;
} }
.w500 .el-dialog__header, .w500 ::v-deep .el-dialog__header,
.w700 .el-dialog__header { .w700 ::v-deep .el-dialog__header {
// background: #eeeeee; // background: #eeeeee;
.el-dialog__title { .el-dialog__title {