关注粉丝语言适配

This commit is contained in:
X1627315083
2024-09-13 14:38:35 +08:00
parent 96bb0fce77
commit 7e3f97f1af
10 changed files with 107 additions and 28 deletions

View File

@@ -343,6 +343,8 @@ export default defineComponent({
width: 50%;
display: flex;
align-items: center;
flex: 1;
overflow: hidden;
img{
width: 25px;
height: 25px;
@@ -373,11 +375,15 @@ export default defineComponent({
}
.falls_item_detail{
display: flex;
width: 40%;
width: 20%;
// width: 40%;
// width: 20%;
// width: 7rem;
width: 70px;
// width: 70px;
width: auto;
justify-content: space-between;
>label:nth-child(1){
margin-right: 2rem;
}
>label{
// cursor: pointer;
}