Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ycc-website
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Website
ycc-website
Commits
20b6368b
Commit
20b6368b
authored
Mar 03, 2022
by
chenqikuai
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复全部区块页面表格中高度一列的宽度问题
parent
90cf3949
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
block.vue
src/views/pc/block.vue
+1
-1
No files found.
src/views/pc/block.vue
View file @
20b6368b
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
</div>
</div>
</
template
>
</
template
>
<el-table-column
width=
"40"
></el-table-column>
<el-table-column
width=
"40"
></el-table-column>
<el-table-column
:label=
"$t('lang.block.height')"
>
<el-table-column
:label=
"$t('lang.block.height')"
width=
"180"
>
<
template
slot-scope=
"item"
>
<
template
slot-scope=
"item"
>
<router-link
<router-link
:to=
"`/blockDetail?height=$
{item.row.height}`"
:to=
"`/blockDetail?height=$
{item.row.height}`"
...
...
chenqikuai
@chenqikuai
mentioned in commit
748f7ae1
·
Mar 03, 2022
mentioned in commit
748f7ae1
mentioned in commit 748f7ae18ac2f8eb14ee7c2865eaea786342a520
Toggle commit list
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