Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cookie committed Sep 30, 2018
1 parent 8f54d61 commit 9373ba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions install/yearning-docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ services:
image: registry.cn-hangzhou.aliyuncs.com/cookie/yearning:v1.3.1
depends_on:
- db
volumes:
- /etc/localtime:/etc/localtime:ro
ports:
- "8080:80"
- "8000:8000"
environment:
HOST: localhost
MYSQL_PASSWORD: yearning
MYSQL_USER: yearning
MYSQL_USER: root
MYSQL_ADDR: db

# 默认账号:admin,默认密码:Yearning_admin
Expand Down
2 changes: 1 addition & 1 deletion webpage/src/components/audit/permissions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</Card>
</Row>

<Modal v-model="editInfodModal" :width="800" draggable>
<Modal v-model="editInfodModal" :width="800">
<h3 slot="header" style="color:#2D8CF0">权限申请单</h3>
<Form :label-width="120" label-position="right">
<FormItem label="权限组:">
Expand Down
2 changes: 1 addition & 1 deletion webpage/src/components/audit/sqlAudit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</Card>
</Row>

<Modal v-model="modal2" width="1000" draggable>
<Modal v-model="modal2" width="1000">
<p slot="header" style="color:#f60;font-size: 16px">
<Icon type="information-circled"></Icon>
<span>SQL工单详细信息</span>
Expand Down

0 comments on commit 9373ba4

Please sign in to comment.