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
ae25b350
Commit
ae25b350
authored
Jul 29, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息管理优化
parent
f87d80ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
src/assets/css/index.css
src/assets/css/index.css
+4
-0
src/components/shop-cloud/shop-cloud.vue
src/components/shop-cloud/shop-cloud.vue
+1
-0
src/pages/message-management/directed-push/directed-push-add.vue
...es/message-management/directed-push/directed-push-add.vue
+1
-1
src/pages/message-management/message-alert/message-alert-add.vue
...es/message-management/message-alert/message-alert-add.vue
+1
-1
No files found.
src/assets/css/index.css
View file @
ae25b350
...
...
@@ -676,6 +676,10 @@ width: 620px!important;
height
:
calc
(
100vh
-
84px
-
83px
);
min-height
:
400px
;
}
.apaas_detail_container
.main_contaner.locked_height_900
{
height
:
calc
(
100vh
-
84px
-
83px
);
min-height
:
900px
;
}
.apaas_detail_container
.detail_action
{
text-align
:
right
;
margin-top
:
50px
;
...
...
src/components/shop-cloud/shop-cloud.vue
View file @
ae25b350
...
...
@@ -1300,6 +1300,7 @@ export default {
store_type
:
"
nfs-client
"
,
}
,
],
remove_disks
:
this
.
delDataDiskList
.
map
((
item
)
=>
item
.
id
),
}
;
this
.
$api
.
serviceShop
.
updateCloud
(
query
).
then
((
response
)
=>
{
if
(
response
.
data
.
success
==
1
)
{
...
...
src/pages/message-management/directed-push/directed-push-add.vue
View file @
ae25b350
...
...
@@ -14,7 +14,7 @@
</el-breadcrumb>
</div>
<div
class=
"main_contaner locked_height"
>
<div
class=
"main_contaner locked_height
_900
"
>
<steps
:active-step=
"step"
:done=
"done"
...
...
src/pages/message-management/message-alert/message-alert-add.vue
View file @
ae25b350
...
...
@@ -14,7 +14,7 @@
</el-breadcrumb>
</div>
<div
class=
"main_contaner locked_height"
>
<div
class=
"main_contaner locked_height
_900
"
>
<steps
:active-step=
"step"
:done=
"done"
...
...
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