Skip to content

Commit

Permalink
[Fix] Vue Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed May 3, 2020
1 parent ee77d64 commit 2f845fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/oj/views/ide/ide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</Col>
</Row>
</Card>
<Col span="11">
<Col span="11">
<Card :bordered="false">
<p slot="title">Input</p>
<Input v-model="input" type="textarea" :autosize="{minRows: 5,maxRows: 5}" placeholder="Enter Input" />
Expand All @@ -38,8 +38,8 @@
<Col span="11" offset="1">
<Card shadow>
<p slot="title">Output:</p>
<p slot="extra">Time: {{time_cost}}ms</p>
<p slot="extra">Memory: {{memory_cost}}MB</p>
<p slot="extra">Time: {{time_cost}}ms</p>
<p slot="extra">Memory: {{memory_cost}}MB</p>
<Input v-model="output" readonly type="textarea" :autosize="{minRows: 5,maxRows: 5}" placeholder="Output" />
</Card>
</Col>
Expand Down

0 comments on commit 2f845fd

Please sign in to comment.