修复部分页面格式错误
This commit is contained in:
parent
6c990967a2
commit
fd383e178c
|
|
@ -291,4 +291,4 @@ const uploadFailure = () => {
|
||||||
height: 178px;
|
height: 178px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -147,7 +147,6 @@
|
||||||
import { ref, watch, nextTick } from 'vue'
|
import { ref, watch, nextTick } from 'vue'
|
||||||
import { ElMessage, ElMessageBox } from 'element-plus'
|
import { ElMessage, ElMessageBox } from 'element-plus'
|
||||||
import { formatDate } from '@/utils/format'
|
import { formatDate } from '@/utils/format'
|
||||||
import { getSourceList } from '@/api/source'
|
|
||||||
import { getCategoryTree } from '@/api/category'
|
import { getCategoryTree } from '@/api/category'
|
||||||
import { getChannelTree } from '@/api/channel'
|
import { getChannelTree } from '@/api/channel'
|
||||||
import { formatTimeToStr } from '@/utils/date'
|
import { formatTimeToStr } from '@/utils/date'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue