Commit 64583390 authored by 罗林杰's avatar 罗林杰

修改布局

parent 1b9556d2
...@@ -7,8 +7,11 @@ ...@@ -7,8 +7,11 @@
@ok="handleSubmit" @ok="handleSubmit"
> >
<div class="flex"> <div class="flex">
<span style="font-size: 20px; font-weight: bold">SQL</span> <span style="font-size: 20px">SQL</span>
<textarea v-model="sql" style="width: 70%; height: 250px; margin-left: 30px"></textarea> <textarea
v-model="sql"
style="width: 70%; height: 250px; margin-left: 30px; border: black 1px solid"
></textarea>
</div> </div>
</BasicModal> </BasicModal>
</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