瀏覽代碼

后头首页优化

newStyle
jyt 2 年之前
父節點
當前提交
8fb2298a0e
共有 12 個文件被更改,包括 551 次插入487 次删除
  1. 二進制
      public/img/indexIcon/indexCardDown.png
  2. 二進制
      public/img/indexIcon/indexCardIcon1.png
  3. 二進制
      public/img/indexIcon/indexCardIcon2.png
  4. 二進制
      public/img/indexIcon/indexCardIcon3.png
  5. 二進制
      public/img/indexIcon/indexCardIcon4.png
  6. 二進制
      public/img/indexIcon/indexCardIcon5.png
  7. 二進制
      public/img/indexIcon/indexCardIcon6.png
  8. 二進制
      public/img/indexIcon/indexCardIcon7.png
  9. 二進制
      public/img/indexIcon/indexCardIcon8.png
  10. 二進制
      public/img/indexIcon/indexCardUp.png
  11. +7
    -5
      src/page/index/top/index.vue
  12. +544
    -482
      src/page/wel.vue

二進制
public/img/indexIcon/indexCardDown.png 查看文件

Before After
Width: 66  |  Height: 36  |  Size: 1.8 KiB

二進制
public/img/indexIcon/indexCardIcon1.png 查看文件

Before After
Width: 62  |  Height: 62  |  Size: 1.2 KiB

二進制
public/img/indexIcon/indexCardIcon2.png 查看文件

Before After
Width: 62  |  Height: 62  |  Size: 1.7 KiB

二進制
public/img/indexIcon/indexCardIcon3.png 查看文件

Before After
Width: 62  |  Height: 62  |  Size: 2.0 KiB

二進制
public/img/indexIcon/indexCardIcon4.png 查看文件

Before After
Width: 62  |  Height: 62  |  Size: 1.6 KiB

二進制
public/img/indexIcon/indexCardIcon5.png 查看文件

Before After
Width: 62  |  Height: 62  |  Size: 1.6 KiB

二進制
public/img/indexIcon/indexCardIcon6.png 查看文件

Before After
Width: 62  |  Height: 62  |  Size: 1.4 KiB

二進制
public/img/indexIcon/indexCardIcon7.png 查看文件

Before After
Width: 62  |  Height: 62  |  Size: 1.5 KiB

二進制
public/img/indexIcon/indexCardIcon8.png 查看文件

Before After
Width: 62  |  Height: 62  |  Size: 1.8 KiB

二進制
public/img/indexIcon/indexCardUp.png 查看文件

Before After
Width: 66  |  Height: 36  |  Size: 1.7 KiB

+ 7
- 5
src/page/index/top/index.vue 查看文件

@@ -12,7 +12,6 @@
<div class="top-bar__title" style="display: flex; align-items: center">
<top-menu />
<div
@click="goChange"
style="
line-height: 64px;
cursor: pointer;
@@ -21,9 +20,9 @@
height: 64px;
"
>
<div class="daili2">
<!-- <div class="daili2">
<img class="daili2img" src="/img/qh2.png" alt="" />
</div>
</div> -->
<div class="daili">
{{
orgType == 0
@@ -35,6 +34,8 @@
: "项目后台"
}}
</div>
<el-button @click="goChange" class="avue-header" style="margin-left: 10px;color: #fff;padding: 10px;">切换后台</el-button>
</div>
<div
v-if="companyName"
@@ -48,12 +49,13 @@
margin-left: 20px;
"
>
<div class="daili2">
<!-- <div class="daili2">
<img class="daili2img" src="/img/qh1.png" alt="" />
</div>
</div> -->
<div class="daili">
{{ companyName }}
</div>
<el-button @click="goBack" class="avue-header" style="margin-left: 10px;color: #fff;padding: 10px;">切换项目</el-button>
</div>
</div>
<div class="top-bar__right">


+ 544
- 482
src/page/wel.vue
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存