Skip to content

Commit a8047e5

Browse files
committed
feat:【AI 大模型】MessageLoading.vue 使用 unocss
1 parent 01254a0 commit a8047e5

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
<!-- message 加载页面 -->
22
<template>
3-
<div class="message-loading" >
3+
<div class="p-30px">
44
<el-skeleton animated />
55
</div>
66
</template>
7-
8-
<script setup lang="ts">
9-
10-
</script>
11-
<style scoped lang="scss">
12-
.message-loading {
13-
padding: 30px 30px;
14-
}
15-
</style>

0 commit comments

Comments
 (0)