VUE-表格佈局、表格查詢、工具欄、表格、分頁欄
概述
VUE-表格佈局、表格查詢、工具欄、表格、分頁欄
效果圖
具體程式碼
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
html,body{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
.outer {
width: 100%;
height: 100%;
background: #dcdfe6;
padding-top: 200px;
padding-bottom: 50px;
box-sizing: border-box;
position: relative;
}
.search {
height: 100px;
background: #5daf34;
position: absolute; top: 0 ; left: 0 ; width: 100%;
}
.funtools {
height: 100px;
background: #3a8ee6;
position: absolute; top: 100px ; left: 0 ; width: 100%;
}
.gridPanle {
height: 100%;
background: #4efffb;
/*border: 5px solid red;*/
}
.fenye {
background: #9933ff;
width:100%;
height: 50px;
position: absolute; bottom: 0px;
}
</style>
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript">
function hideSearch(){
$('#search').hide();
$('#funtools').css("top",0);
$('.outer').css("padding-top", "100px");
}
function showSearch(){
$('#search').show();
$('#funtools').css("top",'100px');
$('.outer').css("padding-top", "200px");
}
</script>
</head>
<body>
<div class="outer">
<div id="search" class="search">
search<br/>
search<br/>
</div>
<div id="funtools" class="funtools">
funtools
<input type="button" value="隱藏查詢欄" onclick="hideSearch()">
<input type="button" value="顯示查詢欄" onclick="showSearch()">
</div>
<div id="gridPanle" class="gridPanle">
grid
</div>
<div class="fenye">分頁</div>
</div>
</body>
</html>
相關文章
- 表格佈局
- 小書MybatisPlus第4篇-表格分頁與下拉分頁查詢MyBatis
- excel表格查詢功能在哪裡 excel表格怎麼快速查詢Excel
- 表格全欄位文字識別-表格內容抽取-翔雲API掛接API
- 小程式簡單實現表格佈局
- WPS股票價格查詢EXCEL表格Excel
- jQuery根據表格欄位升序和降序詳解jQuery
- PHP--動態生成sql查詢表格PHPSQL
- 使用MASA Blazor開發一個標準的查詢表格頁Blazor
- Flutter 分頁功能表格控制元件Flutter控制元件
- 超 Nice 的表格響應式佈局小技巧
- CSS 兩欄佈局和三欄佈局CSS
- vxe-table 實現表格資料分組,按指定欄位資料分組
- 解決:layUI資料表格+簡單查詢UI
- 生成表格與合併表格
- 表格
- Poi向Word插入表格,設定表格邊框和表格居中
- 居中佈局、三欄佈局
- 如何在 SAP Fiori Elements List Report 表格工具欄裡增添新的自定義按鈕
- Vue + Element UI + Lumen 實現通用表格功能 - 分頁VueUI
- vue頁面表格元件高度控制Vue元件
- CSS佈局之三欄佈局CSS
- 表格 、背景
- markdown表格
- CSS:兩欄佈局CSS
- CSS-常見兩欄、三欄佈局(雙飛翼佈局、聖盃佈局)CSS
- excel查詢快捷鍵是什麼 excel表格怎麼快速查詢Excel
- 中後臺專案 - 查詢表格業務最佳實踐
- 構建靜態頁面 之 [ 表格 ]
- element-UI庫Table表格匯出Excel表格UIExcel
- JavaScript動態建立表格和增加表格的行JavaScript
- CSS display屬性的表格佈局相關屬性的解釋CSS
- Android零基礎入門第29節:善用TableLayout表格佈局,Android
- JavaScript表格增刪改查詳解JavaScript
- sap strans 表格
- 表格識別
- 自定義表格
- markdown 表格形式