样式修改

This commit is contained in:
“wanyongkang”
2024-02-03 14:47:34 +08:00
parent 991fa63d7a
commit 81f58ed3b5

View File

@@ -54,14 +54,14 @@ th,
td { td {
padding: 0; padding: 0;
} }
@media (max-width: 767px) {
html, html,
body { body {
background: #f4f8f9; background: #f4f8f9;
width: 100%; width: 1500px;
height: 100%; height: 100%;
font-size: 14px; font-size: 14px;
overflow: hidden; overflow: auto;
/* float: left; */ /* float: left; */
/* -webkit-touch-callout: none; */ /* -webkit-touch-callout: none; */
/* iOS Safari */ /* iOS Safari */
@@ -77,6 +77,35 @@ body {
/* Non-prefixed version, currently*/ /* Non-prefixed version, currently*/
font-family: "Microsoft YaHei"; font-family: "Microsoft YaHei";
} }
}
.el-table__body{
width: auto !important;
}
@media (min-width: 768px) {
html,
body {
background: #f4f8f9;
width: 100%;
height: 100%;
font-size: 14px;
overflow: auto;
/* float: left; */
/* -webkit-touch-callout: none; */
/* iOS Safari */
/* -webkit-user-select: none; */
/* Chrome/Safari/Opera */
/* -khtml-user-select: none; */
/* Konqueror */
/* -moz-user-select: none; */
/* Firefox */
/* -ms-user-select: none; */
/* Internet Explorer/Edge */
/* user-select: none; */
/* Non-prefixed version, currently*/
font-family: "Microsoft YaHei";
}
}
body { body {
overflow-x: auto; overflow-x: auto;