This commit is contained in:
parent
a263011126
commit
89bf6bb0d1
|
@ -596,7 +596,9 @@ const choose = (index, name) => {
|
|||
// padding-right: 16px;
|
||||
.main-title {
|
||||
// width: 85vw;
|
||||
height: 50px;
|
||||
// height: 50px;
|
||||
padding: 6px;
|
||||
margin: 8px 0;
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
// border: 1px solid red;
|
||||
|
@ -604,12 +606,12 @@ const choose = (index, name) => {
|
|||
.main-list {
|
||||
flex-shrink: 0;
|
||||
// min-width: 56px;
|
||||
height: 16px;
|
||||
height: 20px;
|
||||
font-size: 14px;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #666666;
|
||||
line-height: 14px;
|
||||
line-height: 16px;
|
||||
margin-right: 22px;
|
||||
// text-align: center;
|
||||
img {
|
||||
|
@ -757,7 +759,7 @@ const choose = (index, name) => {
|
|||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 600 !important;
|
||||
color: #333333 !important;
|
||||
line-height: 16px !important;
|
||||
// line-height: 16px !important;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue