Skip to content

Commit 92366f2

Browse files
author
何嘉悦
committed
fix: 修复Thinking组件 scss问题
1 parent 3bdd21b commit 92366f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/components/src/components/BubbleList/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ defineExpose({
253253
</div>
254254
</template>
255255

256-
<style scoped>
256+
<style scoped lang="scss">
257257
.el-bubble-list {
258258
display: flex;
259259
flex-direction: column;

packages/components/src/components/Thinking/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ watch(() => props.status, (newVal) => {
138138
</div>
139139
</template>
140140

141-
<style scoped>
141+
<style scoped lang="scss">
142142
.el-thought-chain {
143143
font-family: system-ui, sans-serif;
144144
margin: 0 auto;

packages/components/src/components/Welcome/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const descriptionClass = computed(getDescriptionClass)
9898
</div>
9999
</template>
100100

101-
<style lang="scss" scoped>
101+
<style scoped lang="scss">
102102
.welcome-container {
103103
--border-radius: 8px;
104104
--icon-size: 64px;

0 commit comments

Comments
 (0)