Skip to content

Commit

Permalink
1015 #30 修正按鈕,然後我要來研究怎麽modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulipuli Chen committed Oct 16, 2019
1 parent 2d54d8f commit b7b68ef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions app/Controllers/Http/Admin/Domain.js
Expand Up @@ -16,11 +16,12 @@ class Domain {

let domains = await DomainModel
.query()
.where('domain', '!=', '')
//.where('domain', '!=', '')
.with('admins')
.withCount('webpages')
//.offset(offset)
//.limit(offset)
.offset(offset)
.limit(limit)
.orderBy('created_at', 'desc')
.fetch()

//await domains.loadMany(['admins'])
Expand Down
2 changes: 1 addition & 1 deletion public/spa/vendors/semantic-ui-niwsf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/spa/vendors/semantic-ui-niwsf.js.map

Large diffs are not rendered by default.

Expand Up @@ -825,8 +825,10 @@ border-bottom-left-radius: 0.28571429rem;
}
.non-invasive-web-style-framework .ui.fluid[class*="left labeled"].icon.button,
.non-invasive-web-style-framework .ui.fluid[class*="right labeled"].icon.button {
padding-left: 1.5em !important;
padding-right: 1.5em !important;
//padding-left: 1.5em !important;
//padding-right: 1.5em !important;
padding-left: 1em !important;
padding-right: 3em !important;
}
.non-invasive-web-style-framework .ui.toggle.buttons .active.button,
.non-invasive-web-style-framework .ui.buttons .button.toggle.active,
Expand Down

0 comments on commit b7b68ef

Please sign in to comment.