Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
najiu-frontend
najiu-admin-template
Commits
7c2f8516
Commit
7c2f8516
authored
Feb 26, 2021
by
Vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(table): ensure the table setting button dividing line is hidden
parent
37508ca4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+2
-0
TableHeader.vue
src/components/Table/src/components/TableHeader.vue
+1
-1
index.vue
src/components/Table/src/components/settings/index.vue
+0
-2
No files found.
CHANGELOG.zh_CN.md
View file @
7c2f8516
...
@@ -16,6 +16,8 @@
...
@@ -16,6 +16,8 @@
-
修复验证码组件警告问题
-
修复验证码组件警告问题
-
修复表格不能正确的获取选中行
-
修复表格不能正确的获取选中行
-
修复全屏状态下 modal 高度计算错误
-
修复部分表格样式问题
## 2.0.1 (2021-02-21)
## 2.0.1 (2021-02-21)
...
...
src/components/Table/src/components/TableHeader.vue
View file @
7c2f8516
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
:class=
"`$
{prefixCls}__toolbar`">
<div
:class=
"`$
{prefixCls}__toolbar`">
<slot
name=
"toolbar"
></slot>
<slot
name=
"toolbar"
></slot>
<Divider
type=
"vertical"
v-if=
"$slots.toolbar"
/>
<Divider
type=
"vertical"
v-if=
"$slots.toolbar
&& showTableSetting
"
/>
<TableSetting
:setting=
"tableSetting"
v-if=
"showTableSetting"
/>
<TableSetting
:setting=
"tableSetting"
v-if=
"showTableSetting"
/>
</div>
</div>
</
template
>
</
template
>
...
...
src/components/Table/src/components/settings/index.vue
View file @
7c2f8516
...
@@ -2,9 +2,7 @@
...
@@ -2,9 +2,7 @@
<div
class=
"table-settings"
>
<div
class=
"table-settings"
>
<RedoSetting
v-if=
"getSetting.size"
/>
<RedoSetting
v-if=
"getSetting.size"
/>
<SizeSetting
v-if=
"getSetting.redo"
/>
<SizeSetting
v-if=
"getSetting.redo"
/>
<ColumnSetting
v-if=
"getSetting.setting"
/>
<ColumnSetting
v-if=
"getSetting.setting"
/>
<FullScreenSetting
v-if=
"getSetting.fullScreen"
/>
<FullScreenSetting
v-if=
"getSetting.fullScreen"
/>
</div>
</div>
</
template
>
</
template
>
...
...
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