Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
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
zhaowei
dlink
Commits
ed5fc110
Commit
ed5fc110
authored
Nov 25, 2021
by
wenmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
滚动条优化
parent
45ccc198
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.less
dlink-web/src/components/Studio/StudioMenu/index.less
+1
-1
index.tsx
dlink-web/src/components/Studio/index.tsx
+1
-1
No files found.
dlink-web/src/components/Studio/StudioMenu/index.less
View file @
ed5fc110
@import '~antd/lib/style/themes/default.less';
@import '~antd/lib/style/themes/default.less';
.container{
.container{
background: #fafafa;
background: #fafafa;
//
border: 1px solid #e6f7ff;
border: 1px solid #e6f7ff;
}
}
.ant-divider-horizontal-0 {
.ant-divider-horizontal-0 {
...
...
dlink-web/src/components/Studio/index.tsx
View file @
ed5fc110
...
@@ -28,7 +28,7 @@ const Studio: React.FC<StudioProps> = (props) => {
...
@@ -28,7 +28,7 @@ const Studio: React.FC<StudioProps> = (props) => {
const
VIEW
=
{
const
VIEW
=
{
rightToolWidth
:
300
,
rightToolWidth
:
300
,
leftToolWidth
:
300
,
leftToolWidth
:
300
,
marginTop
:
11
4
,
marginTop
:
11
6
,
};
};
const
[
size
,
setSize
]
=
useState
({
const
[
size
,
setSize
]
=
useState
({
width
:
document
.
documentElement
.
clientWidth
-
1
,
width
:
document
.
documentElement
.
clientWidth
-
1
,
...
...
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