| 123456789101112131415161718192021 |
- <template>
- <div class="dialog-aside-right">
- <div>对话右侧边栏</div>
- </div>
- </template>
- <script setup></script>
- <style lang="css" scoped>
- .dialog-aside-right {
- /* margin-top: 30px;
- margin-bottom: 30px;
- text-align: center; */
- /* font-size: 32px;
- font-weight: bold; */
- color: var(--color-text-1);
- }
- </style>
|