数据大屏背景图更换为oss资源
This commit is contained in:
parent
6fc713999b
commit
f11575f00a
Binary file not shown.
Before Width: | Height: | Size: 766 KiB |
@ -60,7 +60,7 @@ onMounted(() => {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background:
|
||||
url('../assets/images/basic/containerBG.png') no-repeat center 100%,
|
||||
url('https://gov-cloud.oss-cn-chengdu.aliyuncs.com/frontend/chanye/containerBG.png') no-repeat center 100%,
|
||||
url('../assets/images/basic/containerBotBG.png') no-repeat bottom center;
|
||||
&-header {
|
||||
width: 100%;
|
||||
|
1
sub-operation-service/components.d.ts
vendored
1
sub-operation-service/components.d.ts
vendored
@ -12,7 +12,6 @@ declare module 'vue' {
|
||||
BreadComp: typeof import('./src/components/breadComp.vue')['default']
|
||||
CenterMap: typeof import('./src/components/centerMap.vue')['default']
|
||||
CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default']
|
||||
copy: typeof import('./src/components/custom-scroll-title copy/index.vue')['default']
|
||||
CostomImg: typeof import('./src/components/costomImg.vue')['default']
|
||||
CustomBack: typeof import('./src/components/customBack.vue')['default']
|
||||
CustomCarouselPicture: typeof import('./src/components/custom-carousel-picture/index.vue')['default']
|
||||
|
Loading…
x
Reference in New Issue
Block a user