up
chenyc
2022-09-23 0799c1ee73c6aa006ef6e0991b67d54576a3a5b0
up
2个文件已修改
11 ■■■■ 已修改文件
package.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/assets/index.scss 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
package.json
@@ -4,7 +4,7 @@
  "version": "0.0.0",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit --skipLibCheck && vite build",
    "build": "vite build",
    "preview": "vite preview",
    "lint": "eslint --ext .js,.vue,.ts src",
    "lint:fix": "npx eslint ./src/**/*.vue --fix",
src/views/home/assets/index.scss
@@ -4,7 +4,6 @@
    background-color: #F6FAFF;
    position:relative;
    min-width: 375px;
    padding-bottom: 20px;
    
}
@@ -53,7 +52,7 @@
  height: 80px;
  left: 0;
  right: 0;
  top: -300px;
  top: -280px;
  bottom: 0;
  margin:auto;
@@ -63,7 +62,7 @@
  z-index: 10;
  left: 0;
  right: 0;
  top: 228px;
  top: 238px;
  bottom: 0;
  margin:auto;
  .meunsitems{
@@ -86,8 +85,8 @@
.viewInfo{
  display: flex;
  width: 97%;
  margin-top: 60px;
  // margin-left: 2%;
  margin-top: 80px;
  .box{
    margin-left: 3%;
    flex: 1 50%;