@@ -126,8 +126,8 @@
.iconType {
display: inline-block;
- width: 24px;
- height: 24px;
+ width: 26px;
+ height: 26px;
}
.iconPlay {
@@ -290,4 +290,4 @@
min-width: 124px;
-}
+}
@@ -855,6 +855,7 @@ export default defineComponent({
offShelf={item.removeFlag ? true : false}
// onOffShelf={() => onRemove(item)}
item={item}
+ audioPlayTypeSize="small"
disabledMouseHover={false}
onClick={() => {
if (item.type === 'IMG') return;
@@ -203,7 +203,7 @@
.nBaseCascaser {
border-radius: 100px;
- width: 201px;
+ width: 170px;
background: #F5F6FA;
margin-right: 16px;
@@ -308,10 +308,10 @@
- background: transparent;
+ background: #fff;
border-radius: 3px;
padding: 0px 3px;
- font-size: max(12px, 11Px);
+ font-size: max(12px, 9Px);
text-align: center;
font-weight: 400;
line-height: 1;
@@ -23,6 +23,7 @@ export interface IMusicItem {
xmlFileUrl?: string;
multiTracksSelection?: string;
musicalInstruments?: any[];
+ audioPlayTypeArray?: any[];
scoreType: string;
isConvertibleScore: boolean;