瀏覽代碼

[Version] V.3.8

[Adds]
1.修改了 “暂无项目”的页面设计
new-cli
zxm 4 年之前
父節點
當前提交
06da7458a6
共有 3 個檔案被更改,包括 13 行新增8 行删除
  1. +2
    -2
      src/views/main_web/index.vue
  2. +11
    -6
      static/css/main.css
  3. 二進制
      static/img/nopro.png

+ 2
- 2
src/views/main_web/index.vue 查看文件

@@ -60,8 +60,8 @@
<section class="yiyun_warpContent mt-20">
<div class="yiyun-rows" id="alone" v-infinite-scroll="scrollLoad">
<div v-show="isEmpty" class="nullproduct">
<img src="static\img\nullimg.jpg" alt="" />
<span>您还没有项目呢</span>
<img src="static\img\nopro.png" alt="" />
<span class="noprotext">暂无项目</span>
</div>
<div class="yiyun-col-3 yiyun-col-md-4 yiyun-col-sm-6 yiyun-col-ty-12 mb-40" v-for="projItem in projPageList" :key="projItem.projID">
<div class="yiyun_row">


+ 11
- 6
static/css/main.css 查看文件

@@ -3553,13 +3553,18 @@ button:focus {
}

.nullproduct {
width: 400px;
height: 400px;
margin: 50px auto;
text-align: center;
line-height: 50px;
margin: 10% auto;
text-align: center;
line-height: 50px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.noprotext{
color:#8f8f8f;
font-size: 16px
}

.newcreat {
color: #8b35f0;
}


二進制
static/img/nopro.png 查看文件

Before After
Width: 137  |  Height: 139  |  Size: 2.1 KiB

Loading…
取消
儲存