Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
7447e0d0
Commit
7447e0d0
authored
Sep 25, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'V20230915' of
http://192.168.60.201/root/dsk-operate-sys
into V20230915
parents
ded9e745
d3d79069
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1206 deletions
+8
-1206
public.css
dsk-operate-ui/src/assets/styles/public.css
+0
-1203
public.scss
dsk-operate-ui/src/assets/styles/public.scss
+5
-1
index.vue
dsk-operate-ui/src/layout/index.vue
+1
-1
index.vue
dsk-operate-ui/src/views/market/index.vue
+2
-1
No files found.
dsk-operate-ui/src/assets/styles/public.css
deleted
100644 → 0
View file @
ded9e745
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/assets/styles/public.scss
View file @
7447e0d0
...
...
@@ -323,9 +323,13 @@ select {
}
.el-dropdown-land
.el-icon-caret-bottom
{
color
:
#666666
;
color
:
rgba
(
35
,
35
,
32
,
0
.4
)
;
margin-left
:
2px
;
}
.el-icon-caret-bottom
:before
{
color
:
rgba
(
35
,
35
,
32
,
0
.4
);
}
.land_date_picker
{
position
:
absolute
!
important
;
...
...
dsk-operate-ui/src/layout/index.vue
View file @
7447e0d0
...
...
@@ -3,7 +3,7 @@
<div
v-if=
"device==='mobile'&&sidebar.opened"
class=
"drawer-bg"
@
click=
"handleClickOutside"
/>
<sidebar
v-if=
"!sidebar.hide"
class=
"sidebar-container"
@
handleBar=
"handleSideBar"
id=
"sidebar"
/>
<div
:class=
"
{hasTagsView:needTagsView,sidebarHide:sidebar.hide,EnterpriseData:$route.name=='Group',width1350:$route.name=='Radar',width1240:$route.name=='Overview'}" class="main-container">
<div
:class=
"
{'fixed-header':fixedHeader}">
<div
:class=
"
{'fixed-header':fixedHeader}"
style="position: relative;z-index: 1000;"
>
<navbar
:offsetWidth=
"offsetWidth"
/>
</div>
<app-main/>
...
...
dsk-operate-ui/src/views/market/index.vue
View file @
7447e0d0
...
...
@@ -21,7 +21,8 @@
iframeHight
:
window
.
innerHeight
,
// iframe高度-当前页控制
navigation
:
{
isFixed
:
true
,
fixedHeight
:
56
,
totalHeight
:
68
},
// iframe之外页面顶部对象,ifFixed:是否浮动;fixedHeight:浮动对象高度;totalHeight:顶部整体高度
src
:
''
,
//iframe嵌套页面地址
domain
:
'https://plug.jiansheku.com'
,
// 插件地址
// domain: 'https://plug.jiansheku.com', // 插件地址
domain
:
'https://pre-plug.jiansheku.com'
,
// 插件地址测试
// domain: 'http://192.168.60.19:3400',
// domain: 'http://192.168.60.30:3300',
ak
:
'aec7b3ff2y2q8x6t49a7e2c463ce21912'
,
// 需要携带的sdkId
...
...
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