完成项目搭建,完成page、form等公用组件基础功能,初步实现快速开发
zk authored at 2023-04-11 16:26:22
291.00 B
NewLife.QuickVue
@import './index.scss';

/* 页面宽度小于576px
------------------------------- */
@media screen and (max-width: $xs) {
	.el-pager,
	.el-pagination__jump {
		display: none !important;
	}
	// 默认居中对齐
	.el-pagination,
	.table-footer {
		justify-content: center !important;
	}
}