Merge pull request #11273 from dataease/pr@dev-v2@sytle_ai

style(工作台): 调整ai助手样式
This commit is contained in:
王嘉豪 2024-07-30 17:27:29 +08:00 committed by GitHub
commit 2853aa41f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,16 +65,16 @@ onMounted(() => {
.close { .close {
position: absolute; position: absolute;
right: 12px; right: 12px;
top: 12px; top: 16px;
font-size: 24px; font-size: 24px;
color: rgb(100, 106, 115); color: rgb(100, 106, 115);
cursor: pointer; cursor: pointer;
} }
.size-class { .size-class {
position: absolute; position: absolute;
right: 48px; right: 50px;
font-size: 16px; font-size: 16px;
top: 17px; top: 20px;
color: rgb(100, 106, 115); color: rgb(100, 106, 115);
cursor: pointer; cursor: pointer;
} }
@ -89,7 +89,7 @@ onMounted(() => {
max-width: 420px; max-width: 420px;
height: 50%; height: 50%;
width: 25%; width: 25%;
min-height: 450px; min-height: 540px;
max-height: 600px; max-height: 600px;
bottom: 48px; bottom: 48px;
right: 36px; right: 36px;