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