提交 c070b562 编写于 作者: Skyeye云's avatar Skyeye云

样式更新

上级 ca174bbb
......@@ -3198,20 +3198,26 @@ body .layer-ext-winconfirm {
/*** 小程序页面管理end ***/
/*** 带滚动条的表格end ***/
.custom-table tbody{
.custom-table>tbody{
display:block;
height:400px;
overflow-y:scroll;
overflow-x: hidden;
}
.custom-table thead,tbody tr{
.custom-table>thead>tr{
display:table;
width:100%;
table-layout:fixed;
}
.custom-table thead{
.custom-table>tbody>tr{
display:table;
width:100%;
table-layout:fixed;
}
.custom-table>thead{
width: calc(100% - 0.5em);
}
/*** 带滚动条的表格end ***/
......
......@@ -6,8 +6,6 @@
<link href="../../assets/lib/layui/css/layui.css" rel="stylesheet" />
<link href="../../assets/lib/font-awesome-4.7.0/css/font-awesome.css" rel="stylesheet" />
<link href="../../assets/lib/winui/css/winui.css" rel="stylesheet" />
<link href="../../assets/lib/layui/lay/modules/ztree/css/zTreeStyle/zTreeStyle.css" rel="stylesheet" />
<link href="../../assets/lib/layui/lay/modules/contextMenu/jquery.contextMenu.min.css" rel="stylesheet" />
</head>
<body>
<div class="txtcenter" style="width:700px;margin:0 auto;padding-top:20px;">
......@@ -16,11 +14,11 @@
<div class="layui-inline">
<label class="layui-form-label">表名</label>
<div class="layui-input-inline">
<select id="tableName" name="tableName"></select>
<select id="tableName" name="tableName" lay-search></select>
</div>
<label class="layui-form-label">表备注</label>
<div class="layui-input-inline">
<select id="tableDesc" name="tableDesc"></select>
<select id="tableDesc" name="tableDesc" lay-search></select>
</div>
</div>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册