We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090bc97 commit c456781Copy full SHA for c456781
src/config/stage/plugins.js
@@ -1,10 +1,10 @@
1
// 本文件是自动生成, 请勿修改
2
-import LinCmsUi from '@/plugins/LinCmsUi/stage-config'
3
import custom from '@/plugins/custom/stage-config'
+import LinCmsUi from '@/plugins/LinCmsUi/stage-config'
4
5
const pluginsConfig = [
6
- LinCmsUi,
7
custom,
+ LinCmsUi,
8
]
9
10
export default pluginsConfig
src/plugins/LinCmsUi/views/data/progress/Progress.vue
@@ -107,4 +107,8 @@ export default {
107
108
<style lang="scss" scoped>
109
@import '../../../assets/style/container';
110
+.el-progress {
111
+ margin-top:20px;
112
+ margin-left: 20px;
113
+}
114
</style>
0 commit comments