@@ -40,7 +40,7 @@
position: absolute;
left: 4.6%;
// bottom: 1.93333rem;
- bottom: 18%;
+ bottom: 20%;
z-index: 11;
// &:active {
@@ -210,19 +210,18 @@ export default defineComponent({
<div class={styles.audioPlayTypeSection}>
{material.audioPlayTypesArray.includes(
- 'PLAY'
+ 'SING'
) && (
<img
- src={iconPlayDefault}
+ src={iconSingDefault}
class={styles.iconPlay}
/>
)}
-
- 'SING'
+ 'PLAY'
- src={iconSingDefault}
+ src={iconPlayDefault}