|
|
@@ -52,8 +52,8 @@ const custom_style = computed(() => {
|
|
|
.dialog-chat-answer-content {
|
|
|
background-color: var(--color-bg-1);
|
|
|
color: var(--color-text-1);
|
|
|
- border-radius: 10px;
|
|
|
- padding: 18px;
|
|
|
+ border-radius: 12px;
|
|
|
+ padding: 31px;
|
|
|
/* box-shadow: 0 0 5px #dedede; */
|
|
|
/* box-shadow: 0 0 5px var(--color-text-4); */
|
|
|
}
|