@@ -163,11 +163,11 @@
.wrapItem {
position: relative;
- width: 130px;
+ width: 128px;
display: flex;
flex-direction: column;
align-items: center;
- padding: 0 14px;
+ padding: 0 12px;
flex-shrink: 0;
z-index: 1;
margin-bottom: 18px;
@@ -67,7 +67,7 @@ export default defineComponent({
/** 音乐Index */
musicIndex: 0,
/** 显示哪种曲谱 */
- showMusicImg: 'fixed' as 'staff' | 'first' | 'fixed',
+ showMusicImg: 'first' as 'staff' | 'first' | 'fixed',
popoverShow: false,
popoverMusicShow: false,
/** 教材列表 */
@@ -333,7 +333,7 @@
padding-top: 12px;
.searchList {
- padding: 0 11px;
+ padding: 0 0px 0 11px;
max-height: 58vh;
overflow-x: hidden;
overflow-y: auto;
@@ -361,7 +361,7 @@
flex-flow: wrap;
justify-content: flex-start;
- gap: 8px 9px;
+ // gap: 8px 9px;
padding-top: 11px;
padding-bottom: 14px;
@@ -373,6 +373,8 @@
background: #F6F6F6;
border: none;
color: #333333;
+ margin-right: 8px;
+ margin-bottom: 9px;
}
.van-tag--plain {