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 {

View File

@@ -717,6 +717,10 @@
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
cursor: pointer;
img{
width: 1.65rem;
height: 1.86rem;
}
}
.el-select {
width: 13.9rem;
@@ -729,6 +733,7 @@
font-family: 'GeneralMedium';
font-weight: 500;
font-size: 1.4rem;
min-height: initial;
.el-select__placeholder {
color: #000;
}