Commit ccfece40 by xiaohai

.

parent 3cf7e635
...@@ -17,9 +17,10 @@ import vueOfficeArea from '@gic-test/vue-office-area' ...@@ -17,9 +17,10 @@ import vueOfficeArea from '@gic-test/vue-office-area'
// 新增公共 footer插件 // 新增公共 footer插件
import vueGicFooter from '@gic-test/vue-gic-footer' import vueGicFooter from '@gic-test/vue-gic-footer'
import vueGicImgPreview from '@gic-test/vue-gic-img-preview' import vueGicImgPreview from '@gic-test/vue-gic-img-preview'
import vueGicUploadImage from '@gic-test/vue-gic-upload-image'
Vue.use(vueGicImgPreview) Vue.use(vueGicImgPreview)
Vue.use(vueGicUploadImage)
Vue.use(vueGicFooter) Vue.use(vueGicFooter)
Vue.use(vueOfficeArea) Vue.use(vueOfficeArea)
Vue.use(vueOfficeAside) Vue.use(vueOfficeAside)
......
...@@ -325,6 +325,12 @@ input:focus { ...@@ -325,6 +325,12 @@ input:focus {
display: inline-block; display: inline-block;
} }
.t-rt {
text-align: right;
}
.c-909399 {
color: #909399;
}
.m-l-16 { .m-l-16 {
margin-left: 16px; margin-left: 16px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment