后台试验管理表格样式修改
This commit is contained in:
parent
0ba7826693
commit
5297c62e2f
|
|
@ -51,6 +51,23 @@
|
||||||
.layui-table th, .layui-table td {
|
.layui-table th, .layui-table td {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layui-table th {
|
||||||
|
background-color: #f6f5f5;
|
||||||
|
height: 20px !important;
|
||||||
|
font-size: 14px;
|
||||||
|
padding: 7px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-input, .layui-select, .layui-textarea {
|
||||||
|
color: #595959 !important;
|
||||||
|
border: 1px solid #d9d9d9 !important;
|
||||||
|
height: 33px;
|
||||||
|
font-size: 16px;
|
||||||
|
background-color: transparent;
|
||||||
|
padding: 3px 6px;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,23 @@
|
||||||
.layui-table th, .layui-table td {
|
.layui-table th, .layui-table td {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layui-table th {
|
||||||
|
background-color: #f6f5f5;
|
||||||
|
height: 20px !important;
|
||||||
|
font-size: 14px;
|
||||||
|
padding: 7px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-input, .layui-select, .layui-textarea {
|
||||||
|
color: #595959 !important;
|
||||||
|
border: 1px solid #d9d9d9 !important;
|
||||||
|
height: 33px;
|
||||||
|
font-size: 16px;
|
||||||
|
background-color: transparent;
|
||||||
|
padding: 3px 6px;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue