样式范围调整

This commit is contained in:
pan 2024-09-18 11:31:25 +08:00
parent 0ce522e2c5
commit efc8fc7a37
9 changed files with 9 additions and 9 deletions

View File

@ -196,7 +196,7 @@ export default {
}; };
</script> </script>
<style> <style scoped>
.editor, .ql-toolbar { .editor, .ql-toolbar {
white-space: pre-wrap !important; white-space: pre-wrap !important;
line-height: normal !important; line-height: normal !important;

View File

@ -216,7 +216,7 @@ export default {
}, },
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
[sgDragMove_grab="ready"] { [sgDragMove_grab="ready"] {
cursor: var(--sgDragMove-grab); //cssjs cursor: var(--sgDragMove-grab); //cssjs

View File

@ -191,7 +191,7 @@ export default {
} }
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.sgDragSize { .sgDragSize {
position: absolute; position: absolute;
width: 100%; width: 100%;

View File

@ -40,7 +40,7 @@
} }
} }
</script> </script>
<style> <style scoped>
.el-drawer .el-drawer__body{ .el-drawer .el-drawer__body{
padding: 0px 0px !important; padding: 0px 0px !important;
} }

View File

@ -155,7 +155,7 @@ export default {
} }
</script> </script>
<style> <style scoped>
.theme-message, .theme-message,
.theme-picker-dropdown { .theme-picker-dropdown {
z-index: 99999 !important; z-index: 99999 !important;

View File

@ -168,7 +168,7 @@ export default {
}; };
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.topmenu-container.el-menu--horizontal > .el-menu-item { .topmenu-container.el-menu--horizontal > .el-menu-item {
float: left; float: left;
height: 50px !important; height: 50px !important;

View File

@ -51,7 +51,7 @@ export default {
} }
</style> </style>
<style lang="scss"> <style lang="scss" scoped>
// fix css style bug in open el-dialog // fix css style bug in open el-dialog
.el-popup-parent--hidden { .el-popup-parent--hidden {
.fixed-header { .fixed-header {

View File

@ -306,7 +306,7 @@ export default {
} }
</style> </style>
<style lang="scss"> <style lang="scss" scoped>
//reset element css of el-icon-close //reset element css of el-icon-close
.tags-view-wrapper { .tags-view-wrapper {
.tags-view-item { .tags-view-item {

View File

@ -69,7 +69,7 @@
}; };
</script> </script>
<style> <style scoped>
.progress-bar { .progress-bar {
position: fixed; position: fixed;
bottom: 10px; bottom: 10px;