Merge branch 'uat' into feature_20250331_channel
This commit is contained in:
@@ -35,7 +35,7 @@ const props = defineProps({
|
|||||||
.ai-loading-wrapper {
|
.ai-loading-wrapper {
|
||||||
:deep(.ant-modal) {
|
:deep(.ant-modal) {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
max-width: 300px !important;
|
max-width: 320px !important;
|
||||||
.ant-modal-content {
|
.ant-modal-content {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="create-page flex flex-column">
|
<div class="create-page flex flex-column">
|
||||||
<div class="flex flex-none create-container mb-24">
|
<div class="flex flex-none create-container mb-24">
|
||||||
<div v-for="(item, index) in customTypes" :key="index" class="custom-create flex">
|
<div v-for="(item, index) in customTypes" :key="index" class="custom-create flex">
|
||||||
<img :src="item.icon" alt="" class="icon flex-none" />
|
<img :src="item.icon" alt="" class="icon flex-none" />
|
||||||
<div class="flex-auto">
|
<div class="flex-auto">
|
||||||
@@ -979,6 +979,11 @@ $ai-assistant-modal-top: 24px;
|
|||||||
width: auto !important;
|
width: auto !important;
|
||||||
max-width: 780px !important;
|
max-width: 780px !important;
|
||||||
|
|
||||||
|
.ant-modal-content {
|
||||||
|
border-radius: 16px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.ant-modal-body {
|
.ant-modal-body {
|
||||||
height: calc(100vh - $ai-assistant-modal-top * 2);
|
height: calc(100vh - $ai-assistant-modal-top * 2);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user