mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
style: 修改样式类型
This commit is contained in:
@@ -195,7 +195,7 @@ onMounted(() => {
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="less">
|
||||
.flex-template {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
||||
@@ -61,7 +61,7 @@ const handleCommand = key => {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="less">
|
||||
.de-card-model {
|
||||
box-sizing: border-box;
|
||||
background: #ffffff;
|
||||
|
||||
@@ -143,7 +143,7 @@ const handlerConfirm = options => {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
<style scoped lang="less">
|
||||
.de-template-list {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
|
||||
@@ -355,7 +355,7 @@ onMounted(() => {
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="less" scoped>
|
||||
.de-template {
|
||||
height: 100%;
|
||||
background-color: var(--MainBG, #f5f6f7);
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 3850e6d198...e3143e3176
Reference in New Issue
Block a user