From 8a239691ae0eb8cf2e61011658deb5c707c1f6e8 Mon Sep 17 00:00:00 2001 From: whyczyk <525500596@qq.com> Date: 星期一, 28 二月 2022 10:05:22 +0800 Subject: [PATCH] 数据表格 --- src/assets/css/reset.css | 135 +++++++++++++++++++++++--------------------- 1 files changed, 70 insertions(+), 65 deletions(-) diff --git a/src/assets/css/reset.css b/src/assets/css/reset.css index 52377b3..0a0db72 100644 --- a/src/assets/css/reset.css +++ b/src/assets/css/reset.css @@ -1,29 +1,29 @@ @charset "utf-8"; * { - box-sizing: border-box; + box-sizing: border-box; } html { - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - -webkit-overflow-scrolling: touch; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -webkit-overflow-scrolling: touch; } html, body, #app { - width: 100%; - height: 100%; + width: 100%; + height: 100%; } -input[type="submit"], -input[type="reset"], -input[type="button"], +input[type='submit'], +input[type='reset'], +input[type='button'], input { - font-family: Arial, Helvetica, sans-serif; - resize: none; - border: none; + font-family: Arial, Helvetica, sans-serif; + resize: none; + border: none; } body, @@ -64,9 +64,9 @@ menu, nav, section { - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - font-size: 28px; - box-sizing: border-box; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + font-size: 28px; + box-sizing: border-box; } article, @@ -80,17 +80,17 @@ menu, nav, section { - display: block; + display: block; } img { - width: 100%; - height: auto; - width: auto\9; - /* ie8 */ - display: block; - -ms-interpolation-mode: bicubic; - /*涓轰簡鐓ч【ie鍥剧墖缂╂斁澶辩湡*/ + width: 100%; + height: auto; + width: auto\9; + /* ie8 */ + display: block; + -ms-interpolation-mode: bicubic; + /*涓轰簡鐓ч【ie鍥剧墖缂╂斁澶辩湡*/ } body, @@ -131,55 +131,55 @@ menu, nav, section { - margin: 0; - padding: 0; + margin: 0; + padding: 0; } body { - font: 24px/1.5 'Microsoft YaHei', '瀹嬩綋', Tahoma, Arial, sans-serif; - color: #323233; - background-color: #fff; + font: 24px/1.5 'Microsoft YaHei', '瀹嬩綋', Tahoma, Arial, sans-serif; + color: #323233; + background-color: #fff; } em, i { - font-style: normal; + font-style: normal; } ul, li { - list-style-type: none; + list-style-type: none; } strong { - font-weight: normal; + font-weight: normal; } .clearfix:after { - content: ""; - display: block; - visibility: hidden; - height: 0; - clear: both; + content: ''; + display: block; + visibility: hidden; + height: 0; + clear: both; } .clearfix { - zoom: 1; + zoom: 1; } a { - text-decoration: none; - color: #969696; - font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif; + text-decoration: none; + color: #969696; + font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif; } a:hover { - text-decoration: none; + text-decoration: none; } ul, ol { - list-style: none; + list-style: none; } h1, @@ -188,50 +188,55 @@ h4, h5, h6 { - font-size: 100%; - font-family: 'Microsoft YaHei'; + font-size: 100%; + font-family: 'Microsoft YaHei'; } img { - border: none; + border: none; } input { - font-family: 'Microsoft YaHei'; + font-family: 'Microsoft YaHei'; } .one-txt-cut { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .txt-cut { - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-box-orient: vertical; } a:link, a:active, a:visited, a:hover { - background: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-tap-highlight-color: transparent; + background: none; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-tap-highlight-color: transparent; } -input[type=button], -input[type=submit], -input[type=file], +input[type='button'], +input[type='submit'], +input[type='file'], button { - cursor: pointer; - -webkit-appearance: none; + cursor: pointer; + -webkit-appearance: none; } .van-nav-bar .van-icon.van-icon-arrow-left { - color: #4B88F9 !important; - font-size: 36px; - font-weight: bold; -} \ No newline at end of file + color: #4b88f9 !important; + font-size: 36px; + font-weight: bold; +} + +.el-table th.el-table__cell > .cell, +.el-table td.el-table__cell div { + line-height: inherit !important; +} -- Gitblit v1.9.1