style: 输入框操作栏尺寸&loading动画尺寸

This commit is contained in:
2026-03-03 11:33:20 +08:00
parent b36001b154
commit 8bbd3635f4
2 changed files with 11 additions and 1 deletions

View File

@@ -186,6 +186,8 @@
height: 4.4rem;
border-radius: 50%;
border: 0.1rem solid #e5dfdf;
position: relative;
z-index: 2;
.thumb-icon {
width: 100%;
height: 100%;
@@ -218,7 +220,10 @@
}
.loading-gif {
width: 13.7rem;
// width: 18.7rem;
height: 10rem;
position: relative;
margin-left: -2.4rem;
}
.thinking {