Compare commits
2 Commits
76afe1022f
...
92e75d4d00
| Author | SHA1 | Date | |
|---|---|---|---|
| 92e75d4d00 | |||
| 8bbd3635f4 |
@@ -186,6 +186,8 @@
|
|||||||
height: 4.4rem;
|
height: 4.4rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 0.1rem solid #e5dfdf;
|
border: 0.1rem solid #e5dfdf;
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
.thumb-icon {
|
.thumb-icon {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -218,7 +220,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.loading-gif {
|
.loading-gif {
|
||||||
width: 13.7rem;
|
// width: 18.7rem;
|
||||||
|
height: 10rem;
|
||||||
|
position: relative;
|
||||||
|
margin-left: -2.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thinking {
|
.thinking {
|
||||||
|
|||||||
@@ -717,6 +717,10 @@
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
img{
|
||||||
|
width: 1.65rem;
|
||||||
|
height: 1.86rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.el-select {
|
.el-select {
|
||||||
width: 13.9rem;
|
width: 13.9rem;
|
||||||
@@ -728,6 +732,7 @@
|
|||||||
border: 0.1rem solid rgba(0, 0, 0, 0.1);
|
border: 0.1rem solid rgba(0, 0, 0, 0.1);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
|
min-height: initial;
|
||||||
.el-select__placeholder {
|
.el-select__placeholder {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user