Skip to content

Commit

Permalink
样式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Apr 11, 2020
1 parent 202ce40 commit 3ec2b57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions resources/assets/dcat/sass/components/_label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@
margin-bottom: 4px;
}

.label.bg-default {
color: $font-color;
font-weight: 700;
}

.badge {
margin-bottom: 4px;
min-width: 10px;
padding: 5px 8px;
font-size: 87%;
font-weight: 600;
color: #fff;
border-radius: 10px;
}
.bg-default.badge, .label.bg-default {
color: $font-color;
font-weight: 700;
}
2 changes: 1 addition & 1 deletion resources/dist/dcat/css/dcat-app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/views/grid/quick-create/form.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<thead>
<tr class="{{ $elementClass }} quick-create">
<tr class="{{ $elementClass }} quick-create" style="cursor: pointer">
<td colspan="{{ $columnCount }}">
<span class="create cursor-pointer" style="display: block;">
<i class="feather icon-plus"></i>&nbsp;{{ __('admin.quick_create') }}
Expand Down

0 comments on commit 3ec2b57

Please sign in to comment.