浏览代码

修改样式与文案

lex 2 年之前
父节点
当前提交
6ca224cb40

+ 3 - 1
src/constant/index.ts

@@ -98,7 +98,9 @@ export const courseEmnu = {
   HORN_SINGLE: '圆号',
   BARITONE_TUBA_SINGLE: '上低音号-大号',
   MUSIC_THEORY: '乐理',
-  INSTRUMENTAL_ENSEMBLE: '合奏'
+  INSTRUMENTAL_ENSEMBLE: '合奏',
+  EUPHONIUM_SINGLE: '上低音号',
+  TUBA_SINGLE: '大号'
   // TEST_CLARINET: '测试竖笛'
 }
 

+ 11 - 2
src/school/mass-message/component/class-list/index.tsx

@@ -170,7 +170,10 @@ export default defineComponent({
         {forms.orchestraList.length > 0 && (
           <Sticky position="top" offsetTop={props.height} style={{ width: '100%' }}>
             <div class={'searchGroup-single'}>
-              <div class={['searchItem', forms.showPopover ? 'searchItem-active' : '']}>
+              <div
+                class={['searchItem', forms.showPopover ? 'searchItem-active' : '']}
+                onClick={() => (forms.showPopover = true)}
+              >
                 <span>{forms.orchestraName}</span>
               </div>
             </div>
@@ -261,7 +264,13 @@ export default defineComponent({
           <OEmpty btnStatus={false} tips="暂无班级" />
         )}
 
-        <Popup v-model:show={forms.showPopover} position="bottom" round class={'popupBottomSearch'}>
+        <Popup
+          v-model:show={forms.showPopover}
+          position="bottom"
+          round
+          class={'popupBottomSearch'}
+          teleport="#select-send-message"
+        >
           <Picker
             columns={forms.orchestraList}
             onCancel={() => (forms.showPopover = false)}

+ 2 - 2
src/school/mass-message/component/manage-list/index.tsx

@@ -156,7 +156,7 @@ export default defineComponent({
           <OSearch
             // inputBackground="white"
             // background="#F8F8F8"
-            placeholder="伴学指导名称/手机号"
+            placeholder="管理老师姓名/手机号"
             onSearch={(val: any) => {
               forms.params.keyword = val
               onSearch()
@@ -206,7 +206,7 @@ export default defineComponent({
             </CheckboxGroup>
           </List>
         ) : (
-          <OEmpty btnStatus={false} tips="暂无伴学指导" />
+          <OEmpty btnStatus={false} tips="暂无管理老师" />
         )}
       </div>
     )

+ 1 - 1
src/school/mass-message/component/teacher-list/teacher-list.tsx

@@ -157,7 +157,7 @@ export default defineComponent({
           <OSearch
             // inputBackground="white"
             // background="#F8F8F8"
-            placeholder="伴学名/手机号"
+            placeholder="伴学指导姓名/手机号"
             onSearch={(val: any) => {
               forms.params.keyword = val
               onSearch()

+ 5 - 1
src/school/mass-message/select-sned.tsx

@@ -70,7 +70,11 @@ export default defineComponent({
     })
 
     return () => (
-      <div class={styles.orchestraDetail} style={{ background: '#f6f6f6', minHeight: '100vh' }}>
+      <div
+        class={styles.orchestraDetail}
+        style={{ background: '#f6f6f6', minHeight: '100vh' }}
+        id="select-send-message"
+      >
         <Tabs sticky lineWidth={20} lineHeight={4} v-model:active={state.tabValue} swipeable>
           <Tab title="班级" name="class">
             <ClassList