|
@@ -156,7 +156,7 @@ export default defineComponent({
|
|
|
></Image>
|
|
|
<div class={styles.schoolBtnWrap}>
|
|
|
<p>修改校徽</p>
|
|
|
- <Icon name="arrow" size="20px" color="#aaa"></Icon>
|
|
|
+ <Icon name="arrow" size="12px" color="#aaa"></Icon>
|
|
|
</div>
|
|
|
</div>
|
|
|
</CellGroup>
|
|
@@ -175,11 +175,9 @@ export default defineComponent({
|
|
|
{/* onClick={() => (state.showArea = true)} */}
|
|
|
<Field
|
|
|
label-align="top"
|
|
|
- rows={3}
|
|
|
v-model={forms.address}
|
|
|
maxlength={50}
|
|
|
placeholder="请选择地址"
|
|
|
- type="textarea"
|
|
|
disabled
|
|
|
onClick={() => setAddress()}
|
|
|
>
|