@@ -110,7 +110,8 @@ export default {
{
label: '操作',
prop: 'id',
- slot: 'opt'
+ slot: 'opt',
+ width: '120'
}
],
mixins_post: 'get'
@@ -583,5 +583,10 @@ export default {
width: rem(120);
margin-bottom: 10px;
+ @media screen and (max-width: 1400px) {
+ .el-date-editor {
+ margin-bottom: 10px;
+ }
</style>