|
@@ -176,12 +176,13 @@ export default defineComponent({
|
|
|
|
|
|
<div style={{ padding: '12px 13px', background: '#F8F8F8' }}>
|
|
|
<div
|
|
|
- class={styles.searchBand}
|
|
|
+ class={[styles.searchBand, styles.orchestraBand]}
|
|
|
onClick={() => {
|
|
|
state.showPopoverOrchestra = true
|
|
|
}}
|
|
|
>
|
|
|
- {forms.orchestraName}
|
|
|
+ <p> {forms.orchestraName}</p>
|
|
|
+
|
|
|
<Icon name={state.showPopoverOrchestra ? 'arrow-up' : 'arrow-down'} />
|
|
|
</div>
|
|
|
</div>
|