mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
调整样式
This commit is contained in:
parent
f66acfe472
commit
c1f6a184cf
app/data
public/static/theme/css
@ -58,7 +58,7 @@ class UserBalance extends Controller
|
||||
$this->upgrades = UserUpgradeService::instance()->levels();
|
||||
foreach ($data as &$vo) {
|
||||
$vo['vip_upgradeinfo'] = $this->upgrades[$vo['vip_upgrade']] ?? [];
|
||||
$vo['create_byname'] = $users[$vo['create_by']] ?? $vo['create_by'];
|
||||
$vo['create_byname'] = $users[$vo['create_by']] ?? '系统内部';
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
<label><input data-action-blur="{:request()->url()}" data-value="id#{$vo.id};action#sort;sort#{value}" data-loading="false" value="{$vo.sort}" class="list-sort-input"></label>
|
||||
</td>
|
||||
<td class="text-left nowrap">
|
||||
<div class="headimg" data-lazy-src="{$vo.cover}"></div>
|
||||
<div class="headimg headimg-xs headimg-no" data-lazy-src="{$vo.cover}"></div>
|
||||
{$vo.name|default=''}
|
||||
</td>
|
||||
<td class="text-left nowrap">{$vo.code|default=''}</td>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -193,7 +193,8 @@ fieldset {
|
||||
}
|
||||
|
||||
.layui-disabled, .layui-disabled:hover {
|
||||
color: #cb5b5f !important;
|
||||
color: #333 !important;
|
||||
background: #EEE !important;
|
||||
}
|
||||
|
||||
.layui-form-checkbox.layui-form-checked {
|
||||
@ -281,6 +282,11 @@ label.think-radio, label.think-checkbox {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
td.list-table-check-td + td,
|
||||
th.list-table-check-td + th {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
div.headimg {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
@ -296,6 +302,17 @@ label.think-radio, label.think-checkbox {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
|
||||
&-no {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
&-xs {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
&-md {
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user