mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修正后台table数据撑开问题
This commit is contained in:
parent
d607e0928e
commit
fb55b761ca
@ -14,7 +14,7 @@
|
||||
|
||||
{block name="content"}
|
||||
|
||||
<div class="think-box-shadow">
|
||||
<div class="think-box-shadow table-block">
|
||||
{include file='auth/index_search'}
|
||||
<table class="layui-table margin-top-10" lay-skin="line">
|
||||
{notempty name='list'}
|
||||
|
@ -13,7 +13,7 @@
|
||||
{/block}
|
||||
|
||||
{block name="content"}
|
||||
<div class="think-box-shadow">
|
||||
<div class="think-box-shadow table-block">
|
||||
{empty name='list'}
|
||||
<blockquote class="layui-elem-quote">没 有 记 录 哦!</blockquote>
|
||||
{else}
|
||||
|
@ -13,7 +13,7 @@
|
||||
{/block}
|
||||
|
||||
{block name="content"}
|
||||
<div class="think-box-shadow">
|
||||
<div class="think-box-shadow table-block">
|
||||
{include file='oplog/index_search'}
|
||||
<table class="layui-table margin-top-10" lay-skin="line">
|
||||
{notempty name='list'}
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
{block name="content"}
|
||||
|
||||
<div class="think-box-shadow">
|
||||
<div class="think-box-shadow table-block">
|
||||
<div class="layui-row layui-col-space20 portal-block-container notselect">
|
||||
<div class="layui-col-sm6 layui-col-md6 layui-col-lg3">
|
||||
<div class="portal-block-item nowrap" style="background:linear-gradient(-125deg,#57bdbf,#2f9de2)">
|
||||
|
@ -31,7 +31,7 @@
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
<div class="layui-tab-content think-box-shadow">
|
||||
<div class="layui-tab-content think-box-shadow table-block">
|
||||
{include file='user/index_search'}
|
||||
<table class="layui-table margin-top-10" lay-skin="line">
|
||||
{notempty name='list'}
|
||||
|
@ -17,7 +17,7 @@
|
||||
{/block}
|
||||
|
||||
{block name="content"}
|
||||
<div class="think-box-shadow">
|
||||
<div class="think-box-shadow table-block">
|
||||
{include file='fans/index_search'}
|
||||
<table class="layui-table margin-top-10" lay-skin="line">
|
||||
{notempty name='list'}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -49,11 +49,14 @@
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.table-block {
|
||||
display: table !important;
|
||||
}
|
||||
|
||||
.inline-block {
|
||||
display: inline-block !important
|
||||
}
|
||||
|
||||
|
||||
.pull- {
|
||||
&left {
|
||||
float: left !important
|
||||
|
Loading…
x
Reference in New Issue
Block a user