样式范围调整

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>
<style>
<style scoped>
.editor, .ql-toolbar {
white-space: pre-wrap !important;
line-height: normal !important;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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