Commit 62d9d999 authored by 黄奎's avatar 黄奎

页面修改

parent 1ff7f03a
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</q-toolbar> </q-toolbar>
<div class="row"> <div class="row">
<div class="col-6"> <div class="col-6">
<q-field :value="text" label="教师照片" borderless> <q-field label="教师照片" borderless>
<template v-slot:control> <template v-slot:control>
<q-avatar class="q-mt-xs"> <q-avatar class="q-mt-xs">
<img :src="showObj.TeacherIcon"> <img :src="showObj.TeacherIcon">
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</q-field> </q-field>
</div> </div>
<div class="col-6"> <div class="col-6">
<q-field :value="text" label="教师姓名" borderless> <q-field label="教师姓名" borderless>
<template v-slot:control> <template v-slot:control>
<div class="self-center full-width no-outline text-body1" tabindex="0">{{showObj.TeacherName}}</div> <div class="self-center full-width no-outline text-body1" tabindex="0">{{showObj.TeacherName}}</div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment