@@ -162,6 +173,9 @@ const queryAnswer = () => {
{
padding: 16px 24px;
display: flex;
align-items: center;
+ font-weight: 500;
border-bottom: 1px solid #1f232926;
}
@@ -294,9 +309,9 @@ const queryAnswer = () => {
overflow-y: auto;
.dialogue {
flex: 1;
- padding: 0 160px;
position: relative;
.copilot-dialogue {
+ padding: 0 160px;
padding-top: 24px;
position: relative;
overflow-y: auto;
@@ -440,7 +455,7 @@ const queryAnswer = () => {
.title-dataset_select {
width: 100%;
margin: 16px 16px 12px 16px;
- font-family: PingFang SC;
+ font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
font-size: 14px;
font-weight: 500;
line-height: 22px;
diff --git a/core/core-frontend/src/views/share/share/ShareTicket.vue b/core/core-frontend/src/views/share/share/ShareTicket.vue
index ae850b71b9..e7bf0ee87d 100644
--- a/core/core-frontend/src/views/share/share/ShareTicket.vue
+++ b/core/core-frontend/src/views/share/share/ShareTicket.vue
@@ -374,7 +374,7 @@ onMounted(() => {
display: flex;
align-items: center;
color: #1f2329;
- font-family: PingFang SC;
+ font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
font-weight: 500;
font-size: 14px;
.ticket-title {