Skip to content

Commit b2e210f

Browse files
committed
update
1 parent a3a850f commit b2e210f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/components/common/loading.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
}
5858
.load_ellipse{
5959
position: absolute;
60-
@include wh(2rem, 2rem);
60+
@include wh(2.4rem, 2rem);
6161
top: 2.2rem;
62-
left: 0.25rem;
62+
left: 0.11rem;
6363
z-index: 10;
6464
animation: ellipse .6s infinite ease-in-out;
6565
}

src/page/msite/msite.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747

4848
<script>
4949
import {mapMutations} from 'vuex'
50-
import {imgBaseUrl} from '../../config/env'
51-
import headTop from '../../components/header/head'
52-
import footGuide from '../../components/footer/footGuide'
53-
import shopList from '../../components/common/shoplist'
54-
import {msiteAdress, msiteFoodTypes, msiteShopList} from '../../service/getData'
55-
import '../../plugins/swiper.min.js'
56-
import '../../style/swiper.min.css'
50+
import {imgBaseUrl} from 'src/config/env'
51+
import headTop from 'src/components/header/head'
52+
import footGuide from 'src/components/footer/footGuide'
53+
import shopList from 'src/components/common/shoplist'
54+
import {msiteAdress, msiteFoodTypes, msiteShopList} from 'src/service/getData'
55+
import 'src/plugins/swiper.min.js'
56+
import 'src/style/swiper.min.css'
5757
5858
export default {
5959
data(){
@@ -126,7 +126,7 @@ export default {
126126
</script>
127127

128128
<style lang="scss" scoped>
129-
@import '../../style/mixin';
129+
@import 'src/style/mixin';
130130
.link_search{
131131
left: .8rem;
132132
@include wh(.8rem, .9rem);

0 commit comments

Comments
 (0)