forked from github/dataease
Merge pull request #6589 from dataease/pr@dev-v2@style_style-type
style: 修改样式类型
This commit is contained in:
commit
0451646e0b
@ -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
@ -1 +1 @@
|
||||
Subproject commit 3850e6d19884be36d24dea6589552d66b5675eea
|
||||
Subproject commit e3143e3176ca189c35729fa7bb195264c061a824
|
Loading…
Reference in New Issue
Block a user