Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
You need to sign in or sign up before continuing.
Commit
13afc15c
...
13afc15ccaddd92b054c22f10119ed9f1ec12448
authored
2020-09-04 10:01:58 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
799c95ce
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/page/index.vue
src/page/index.vue
View file @
13afc15
...
...
@@ -66,11 +66,11 @@
<el-col
:span=
"8"
>
<el-card
class=
"blue"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
卡片名称
</span>
<span>
正在开发中
</span>
<el-button
style=
"float: right; padding: 3px 0"
type=
"text"
>
操作按钮
</el-button>
</div>
<div
v-for=
"o in 4"
:key=
"o"
class=
"text item"
>
{{'
列表内容
' + o }}
{{'
正在开发中
' + o }}
</div>
</el-card>
</el-col>
...
...
@@ -79,11 +79,11 @@
<el-col>
<el-card
class=
"aquamarine"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
卡片名称
</span>
<span>
正在开发中
</span>
<el-button
style=
"float: right; padding: 3px 0"
type=
"text"
>
操作按钮
</el-button>
</div>
<div
v-for=
"o in 4"
:key=
"o"
class=
"text item"
>
{{'
列表内容
' + o }}
{{'
正在开发中
' + o }}
</div>
</el-card>
</el-col>
...
...
Please
register
or
sign in
to post a comment