Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
9ffa59f4
Commit
9ffa59f4
authored
Jul 20, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改样式
parent
312e1d59
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
reset.less
src/styles/reset.less
+10
-2
contacts.vue
src/views/business/contacts.vue
+7
-1
No files found.
src/styles/reset.less
View file @
9ffa59f4
...
...
@@ -742,4 +742,13 @@ input:focus {
-ms-justify-content: space-between;
-o-justify-content: space-between;
justify-content: space-between;
}
\ No newline at end of file
}
/* 表格隐藏省略 */
.el-table .el-table-column--selection .cell {
text-overflow: clip;
}
/* 单选 */
.el-table .hide-ellipsis .cell {
text-overflow: clip;
}
src/views/business/contacts.vue
View file @
9ffa59f4
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-0
6-12 16:47:34
* @LastEditTime: 2020-0
7-20 17:08:36
-->
<
template
>
<div
class=
"contacts-wrap common-set-wrap"
>
...
...
@@ -586,6 +586,12 @@ export default {
}
}
.help-body
{
margin-top
:
12px
;
background
:
#f5f7fa
;
line-height
:
28px
;
padding
:
0
10px
;
box-sizing
:
border-box
;
cursor
:
pointer
;
.font-12
{
font-size
:
12px
;
}
...
...
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