修复部分页面格式错误

This commit is contained in:
jacky 2024-04-20 00:34:14 +08:00
parent 6c990967a2
commit fd383e178c
2 changed files with 1 additions and 2 deletions

View File

@ -291,4 +291,4 @@ const uploadFailure = () => {
height: 178px;
text-align: center;
}
</style>
</style>

View File

@ -147,7 +147,6 @@
import { ref, watch, nextTick } from 'vue'
import { ElMessage, ElMessageBox } from 'element-plus'
import { formatDate } from '@/utils/format'
import { getSourceList } from '@/api/source'
import { getCategoryTree } from '@/api/category'
import { getChannelTree } from '@/api/channel'
import { formatTimeToStr } from '@/utils/date'