Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianzhuanghu
ant-design-pro-vue
Commits
bebb961e
Unverified
Commit
bebb961e
authored
Mar 22, 2019
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: basic profile table row-key bind
parent
413a5952
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
index.jsx
src/components/PageLoading/index.jsx
+10
-0
global.less
src/components/global.less
+7
-0
Index.vue
src/views/profile/basic/Index.vue
+2
-0
No files found.
src/components/PageLoading/index.jsx
0 → 100644
View file @
bebb961e
import
{
Spin
}
from
'ant-design-vue'
export
default
{
name
:
'PageLoading'
,
render
()
{
return
(<
div
style=
{
{
paddingTop
:
100
,
textAlign
:
'center'
}
}
>
<
Spin
size=
"large"
/>
</
div
>)
}
}
src/components/global.less
View file @
bebb961e
@import './index.less';
@import './index.less';
html {
overflow: auto;
}
body {
body {
// 打开滚动条固定显示
// 打开滚动条固定显示
overflow-y: scroll;
overflow-y: scroll;
...
@@ -7,6 +11,9 @@ body {
...
@@ -7,6 +11,9 @@ body {
&.colorWeak {
&.colorWeak {
filter: invert(80%);
filter: invert(80%);
}
}
&.userLayout {
overflow: auto;
}
}
}
.layout.ant-layout {
.layout.ant-layout {
...
...
src/views/profile/basic/Index.vue
View file @
bebb961e
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
<div
class=
"title"
>
退货商品
</div>
<div
class=
"title"
>
退货商品
</div>
<s-table
<s-table
style=
"margin-bottom: 24px"
style=
"margin-bottom: 24px"
row-key=
"id"
:columns=
"goodsColumns"
:columns=
"goodsColumns"
:data=
"loadGoodsData"
>
:data=
"loadGoodsData"
>
...
@@ -28,6 +29,7 @@
...
@@ -28,6 +29,7 @@
<div
class=
"title"
>
退货进度
</div>
<div
class=
"title"
>
退货进度
</div>
<s-table
<s-table
style=
"margin-bottom: 24px"
style=
"margin-bottom: 24px"
row-key=
"key"
:columns=
"scheduleColumns"
:columns=
"scheduleColumns"
:data=
"loadScheduleData"
>
:data=
"loadScheduleData"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment