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
4c6284ef
Commit
4c6284ef
authored
Oct 23, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文档管理详情完成ui
parent
09bdc0e7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
9 deletions
+34
-9
src/pages/technical-support/doc-manage/detail.vue
src/pages/technical-support/doc-manage/detail.vue
+29
-4
src/pages/workbench/fwgl/serviceDetail.vue
src/pages/workbench/fwgl/serviceDetail.vue
+5
-5
No files found.
src/pages/technical-support/doc-manage/detail.vue
View file @
4c6284ef
...
...
@@ -14,18 +14,30 @@
</el-breadcrumb>
</div>
<div
class=
"main_container"
>
<!-- xxx -->
<div
class=
"editpage"
>
<wang-e
v-model=
"editstr"
></wang-e>
<div
class=
"apaas_button"
style=
"overflow:hidden;padding-top:30px;border-top:1px solid #e3e5ef;box-sizing:border-box;"
>
<el-button
style=
"float:right;margin:0 30px;"
type=
"primary"
>
保存
</el-button>
<el-button
style=
"float:right"
>
取消
</el-button>
</div>
</div>
</div>
</
template
>
<
script
>
import
wangE
from
'
@/components/wangE
'
export
default
{
data
()
{
return
{};
return
{
editstr
:
''
,
};
},
components
:{
wangE
},
computed
:
{
},
computed
:
{},
created
()
{
if
(
this
.
$route
.
params
.
id
)
{
// 请求详情
...
...
@@ -48,4 +60,17 @@ export default {
background-color
:
#fff
;
border-radius
:
10px
;
}
.editpage
{
background-color
:
#fff
;
height
:
calc
(
100%
-
45px
);
margin-bottom
:
20px
;
box-shadow
:
0px
3px
6px
0px
#f4f7fc
;
border-radius
:
12px
;
}
.editpage
.wangeditor_class
{
height
:
calc
(
100%
-
100px
);
padding
:
0
20px
;
box-sizing
:
border-box
;
}
</
style
>
src/pages/workbench/fwgl/serviceDetail.vue
View file @
4c6284ef
...
...
@@ -253,13 +253,13 @@
</div>
</div>
</div>
<div
class=
"editpage"
>
<
!-- <
div class="editpage">
<wang-e v-model="editstr"></wang-e>
<div class="apaas_button" style="overflow:hidden;padding-top:30px;border-top:1px solid #e3e5ef;box-sizing:border-box;">
<el-button style="float:right;margin:0 30px;" type="primary" >保存</el-button>
<el-button style="float:right" >取消</el-button>
</div>
</div>
</div>
-->
<dialog-action
ref=
"myConfirm"
></dialog-action>
</div>
</template>
...
...
@@ -296,7 +296,7 @@ export default {
process_in_up
:
true
,
//是否是服务注册产生的
perception_in
:
false
,
//是否是感知服务
buy_style
:
[
1
],
editstr
:
'
<h1>1221312</h1>wuqwyequ827812731731
'
,
//
editstr:'
<
h1
>
1221312
<
/h1>wuqwyequ827812731731'
,
listTotal
:
0
,
currentPage
:
1
,
pageSize
:
10
,
...
...
@@ -1324,7 +1324,7 @@ export default {
padding
:
0
20px
;
height
:
calc
(
100%
-
55px
);
}
.editpage
{
/*
.editpage{
background-color: #fff;
height: calc(100% - 20px);
margin-bottom: 20px;
...
...
@@ -1336,7 +1336,7 @@ export default {
height: calc(100% - 100px);
padding: 0 20px;
box-sizing: border-box;
}
}
*/
.info_contain
{
padding
:
25px
20px
;
background-color
:
#fff
;
...
...
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