Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
79fb25c9
Commit
79fb25c9
authored
Jul 27, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息管理列表优化
parent
8770d175
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
1 deletion
+15
-1
src/assets/css/index.css
src/assets/css/index.css
+6
-1
src/components/apass-table.vue
src/components/apass-table.vue
+7
-0
src/pages/message-management/directed-push/directed-push-list.vue
...s/message-management/directed-push/directed-push-list.vue
+1
-0
src/pages/message-management/message-alert/message-alert-list.vue
...s/message-management/message-alert/message-alert-list.vue
+1
-0
No files found.
src/assets/css/index.css
View file @
79fb25c9
...
...
@@ -588,8 +588,13 @@ width: 620px!important;
.apass_table
.el-table__row
:nth-child
(
odd
)
td
{
background-color
:
#f8f9fd
;
}
.apass_table
.table_html
a
{
font-size
:
14px
;
color
:
#0f2683
;
cursor
:
pointer
;
}
.apass_table
.row_action
{
user-select
:
none
;
user-select
:
none
;
}
.apass_table
.row_action
.btn
{
font-size
:
14px
;
...
...
src/components/apass-table.vue
View file @
79fb25c9
...
...
@@ -188,6 +188,13 @@
>
<span></span>
</span>
<span
v-else-if=
"item.type === 'html'"
class=
"table_html"
v-html=
"
item.getHtml ? item.getHtml(scope.row) : scope.row[item.prop]
"
></span>
<span
v-else
v-text=
"
...
...
src/pages/message-management/directed-push/directed-push-list.vue
View file @
79fb25c9
...
...
@@ -200,6 +200,7 @@ export default {
},
{
label
:
"
消息详情
"
,
type
:
"
html
"
,
prop
:
"
contents
"
,
},
{
...
...
src/pages/message-management/message-alert/message-alert-list.vue
View file @
79fb25c9
...
...
@@ -199,6 +199,7 @@ export default {
},
{
label
:
"
消息详情
"
,
type
:
"
html
"
,
prop
:
"
contents
"
,
},
{
...
...
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