公共样式迁移至ui

This commit is contained in:
aixianling
2022-03-02 15:17:28 +08:00
parent 9d20cd57e2
commit 024bb77f37
40 changed files with 40 additions and 312 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="page">
<div class="AppVillageInfo">
<div class="village-info">
<div class="header-content">
<img src="https://cdn.cunwuyun.cn/dvcp/villgroup/group.png" alt="" class="group-img">
@@ -76,10 +76,8 @@ export default {
}
</script>
<style scoped lang="scss">
@import "../../common/common.scss";
.page {
width: 100%;
.AppVillageInfo {
width: 100vw;
height: auto;
padding-top: 30px;
background-color: #f3f6f9;