This commit is contained in:
liuye
2022-05-13 15:52:17 +08:00
22 changed files with 523 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ export default {
}
</script>
<style scoped lang="scss">
@import "../../../../../node_modules/dvcp-wui/common";
@import "~dvcp-wui/common";
.page {
width: 100vw;

View File

@@ -142,7 +142,7 @@ export default {
}
</script>
<style scoped lang="scss">
@import "../../../../../node_modules/dvcp-wui/common";
@import "~dvcp-wui/common";
.page {
width: 100vw;

View File

@@ -117,7 +117,6 @@ export default {
}
</script>
<style scoped lang="scss">
@import "../../../../../../node_modules/dvcp-wui/common";
.page {
width: 100vw;

View File

@@ -121,7 +121,6 @@ export default {
}
</script>
<style scoped lang="scss">
@import "../../../../../../node_modules/dvcp-wui/common";
.page {
width: 100vw;

View File

@@ -31,7 +31,7 @@ export default {
}
</script>
<style scoped lang="scss">
@import "../../../../../node_modules/dvcp-wui/common";
@import "~dvcp-wui/common";
.page {
width: 100%;