Commit 19aedd29 authored by chenqikuai's avatar chenqikuai

fix: 更换选择模板页面系统模板的图标

parent 85afa283
......@@ -17,7 +17,7 @@
>
<van-image
class="thumb"
:src="folder.folder_img_url"
:src="folder.folder_simg_url"
fit="contain"
></van-image>
<div class="title">{{ folder.folder_name }}</div>
......@@ -220,7 +220,7 @@ export default class SelectTemplate extends Mixins(IndexMixin) {
.system-item {
flex-basis: 25%;
.thumb {
height: 30px;
height: 34px;
}
.title {
margin-top: 7px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment