Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
fulixin
dsk-operate-sys-cscec
Commits
3080237b
Commit
3080237b
authored
Dec 15, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业详情样式 异常 滚动条更正
parent
9e89fe7e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
13 deletions
+22
-13
Header.vue
dsk-operate-ui/src/views/detail/party-a/component/Header.vue
+1
-1
index.vue
dsk-operate-ui/src/views/detail/party-a/index.vue
+21
-12
No files found.
dsk-operate-ui/src/views/detail/party-a/component/Header.vue
View file @
3080237b
...
...
@@ -9,7 +9,7 @@
<el-breadcrumb-item>
{{
companyInfo
.
simpleName
||
companyInfo
.
companyName
||
'--'
}}
</el-breadcrumb-item>
</el-breadcrumb>
</div>
-->
<div
class=
"flex-box part-header"
style=
"min-width:1248px;"
>
<div
class=
"flex-box part-header"
>
<img
class=
"header-logo"
:src=
"companyInfo && companyInfo.logoUrl || require('@/assets/images/detail/company_logo.png')"
>
{{
companyInfo
&&
companyInfo
.
companyName
||
'--'
}}
</div>
...
...
dsk-operate-ui/src/views/detail/party-a/index.vue
View file @
3080237b
<
template
>
<div
class=
"app-container part-container details-of-party"
>
<Header
:company-id=
"companyId"
:companyInfo=
"companyInfo"
:cooDetail=
"cooDetail"
v-if=
"companyId"
@
close-detail=
"closeDetail"
/>
<div
class=
"
flex-box
part-main"
>
<div
class=
"part-main"
>
<div
class=
"part-left"
>
<side-bar
:statisticObj=
"statisticObj"
ref=
"sidebar"
@
currentPath=
"showPartPage"
:pathName=
"currentPath.pathName"
:partBoxHeight=
"partBoxHeight"
:customerId=
"customerId"
:isCompany=
"isCompany"
:isCustomer=
"isCustomer"
/>
...
...
@@ -383,18 +383,12 @@ export default {
margin-top
:
12px
;
width
:
100%
;
height
:
calc
(
100vh
-
155px
);
overflow-y
:
auto
;
/* overflow-y: auto; */
align-items
:
initial
;
}
.part-left
{
margin-right
:
16px
;
padding-bottom
:
16px
;
position
:
fixed
;
background
:
#ffffff
;
width
:
144px
;
}
.part-right
{
min-width
:
1088px
;
/* min-width: 1088px; */
width
:
100%
;
background
:
#ffffff
;
border-radius
:
4px
;
...
...
@@ -414,6 +408,7 @@ export default {
margin
:
0px
;
padding
:
16px
24px
;
box-sizing
:
border-box
;
overflow
:
hidden
;
::v-deep
.header-container
{
.part-header
{
...
...
@@ -423,11 +418,24 @@ export default {
::v-deep
.part-main
{
height
:
calc
(
100%
-
68px
);
overflow-y
:
hidden
;
overflow-x
:
hidden
;
.part-left
{
margin-right
:
16px
;
position
:
fixed
;
background
:
#ffffff
;
width
:
144px
;
height
:
calc
(
100%
-
156px
);
#detailPart
{
height
:
100%
;
min-height
:
unset
;
padding-bottom
:
0px
;
}
}
.part-right
{
margin-left
:
160px
;
height
:
100%
;
width
:
calc
(
100%
-
160px
);
overflow
:
hidden
;
...
...
@@ -442,6 +450,7 @@ export default {
height
:
auto
;
overflow
:
initial
;
box-sizing
:
border-box
;
min-width
:
1200px
;
}
}
}
...
...
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