style: global static.less (#467)

This commit is contained in:
dagongren
2024-04-12 15:18:52 +08:00
committed by GitHub
parent 5266cb5b88
commit a0631414dc
53 changed files with 16 additions and 64 deletions

View File

@@ -69,7 +69,6 @@ export default {
</script>
<style lang="less">
@import '~@/style/static.less';
.custom-drawer-close {
position: absolute;

View File

@@ -230,7 +230,6 @@ export default {
</script>
<style lang="less">
@import '~@/style/static.less';
.employee-transfer {
width: 100%;
.vue-treeselect__multi-value-item-container {
@@ -263,7 +262,6 @@ export default {
</style>
<style lang="less" scoped>
@import '~@/style/static.less';
.employee-transfer {
display: flex;
justify-content: space-between;

View File

@@ -146,7 +146,6 @@ export default {
</script>
<style lang="less" scoped>
@import '~@/style/static.less';
.regex-select {
width: 100%;
height: 300px;

View File

@@ -126,7 +126,6 @@ export default {
</script>
<style lang="less" scoped>
@import '~@/style/static.less';
.role-transfer {
display: flex;
justify-content: space-between;

View File

@@ -60,7 +60,6 @@ export default {
</script>
<style lang="less" scoped>
@import '~@/style/static.less';
.sidebar-list-item {
.ops_popover_item();
margin: 2px 0;

View File

@@ -52,7 +52,6 @@ export default {
</script>
<style lang="less" scoped>
@import '~@/style/static.less';
.two-column-layout {
margin-bottom: -24px;

View File

@@ -96,7 +96,6 @@ export default {
</script>
<style lang="less">
@import '~@/style/static.less';
.color {
color: #custom_colors[color_1];
background-color: #custom_colors[color_2];