style: 修改样式类型

This commit is contained in:
wangjiahao
2023-11-08 14:40:01 +08:00
parent ce949c1bbb
commit 8c83226e49
5 changed files with 5 additions and 5 deletions

View File

@@ -195,7 +195,7 @@ onMounted(() => {
}
</style>
<style lang="scss">
<style lang="less">
.flex-template {
width: 100%;
display: flex;

View File

@@ -61,7 +61,7 @@ const handleCommand = key => {
}
</script>
<style lang="scss">
<style lang="less">
.de-card-model {
box-sizing: border-box;
background: #ffffff;

View File

@@ -143,7 +143,7 @@ const handlerConfirm = options => {
}
</script>
<style scoped lang="scss">
<style scoped lang="less">
.de-template-list {
height: 100%;
position: relative;

View File

@@ -355,7 +355,7 @@ onMounted(() => {
})
</script>
<style lang="scss" scoped>
<style lang="less" scoped>
.de-template {
height: 100%;
background-color: var(--MainBG, #f5f6f7);