ソースを参照

后头首页优化

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 ファイルの表示

変更前 変更後
幅: 66  |  高さ: 36  |  サイズ: 1.8 KiB

バイナリ
public/img/indexIcon/indexCardIcon1.png ファイルの表示

変更前 変更後
幅: 62  |  高さ: 62  |  サイズ: 1.2 KiB

バイナリ
public/img/indexIcon/indexCardIcon2.png ファイルの表示

変更前 変更後
幅: 62  |  高さ: 62  |  サイズ: 1.7 KiB

バイナリ
public/img/indexIcon/indexCardIcon3.png ファイルの表示

変更前 変更後
幅: 62  |  高さ: 62  |  サイズ: 2.0 KiB

バイナリ
public/img/indexIcon/indexCardIcon4.png ファイルの表示

変更前 変更後
幅: 62  |  高さ: 62  |  サイズ: 1.6 KiB

バイナリ
public/img/indexIcon/indexCardIcon5.png ファイルの表示

変更前 変更後
幅: 62  |  高さ: 62  |  サイズ: 1.6 KiB

バイナリ
public/img/indexIcon/indexCardIcon6.png ファイルの表示

変更前 変更後
幅: 62  |  高さ: 62  |  サイズ: 1.4 KiB

バイナリ
public/img/indexIcon/indexCardIcon7.png ファイルの表示

変更前 変更後
幅: 62  |  高さ: 62  |  サイズ: 1.5 KiB

バイナリ
public/img/indexIcon/indexCardIcon8.png ファイルの表示

変更前 変更後
幅: 62  |  高さ: 62  |  サイズ: 1.8 KiB

バイナリ
public/img/indexIcon/indexCardUp.png ファイルの表示

変更前 変更後
幅: 66  |  高さ: 36  |  サイズ: 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
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存