样式修改
This commit is contained in:
@@ -54,14 +54,14 @@ th,
|
||||
td {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
html,
|
||||
body {
|
||||
background: #f4f8f9;
|
||||
width: 100%;
|
||||
width: 1500px;
|
||||
height: 100%;
|
||||
font-size: 14px;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
/* float: left; */
|
||||
/* -webkit-touch-callout: none; */
|
||||
/* iOS Safari */
|
||||
@@ -77,6 +77,35 @@ body {
|
||||
/* Non-prefixed version, currently*/
|
||||
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 {
|
||||
overflow-x: auto;
|
||||
|
||||
Reference in New Issue
Block a user