dev_cs_new
hjm 6 years ago
parent cc6f225c1a
commit 8afa209ea8

@ -60,7 +60,7 @@ function CRoundSelect (props) {
.trigger {
width: ${width || 'fit-content'};
cursor: pointer;
}
.droplist {
width: ${width || 'fit-content'};
@ -69,7 +69,7 @@ function CRoundSelect (props) {
top: 0px;
background: #fff;
cursor: pointer;
}
`}</style>

@ -221,6 +221,17 @@ function InfoVideo (props) {
color: ${theme.foreground_select} !important;
margin-left: 6px;
}
/*
(26 - 24) * 3 / 2
*/
.itemWrap {
margin-left: 3px;
}
.videoItem {
margin-right: 24px;
}
`}</style>
<InfoTab

Loading…
Cancel
Save