-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixed Webview layout issues (#134)
* 修复文档排版问题,支持多参数下scrollbar横向滚动 * fix 修复SDK示例操作排版问题 * Update package.json
- Loading branch information
Showing
16 changed files
with
376 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
.expand-arrow { | ||
position: absolute; | ||
top: 256px; | ||
left: 413px; | ||
z-index: 999; | ||
width: 12px; | ||
height: 82px; | ||
line-height: 36px; | ||
background-color: #fff; | ||
border: 1px solid rgb(229, 229, 229); | ||
border-radius: 0 2px 2px 0; | ||
cursor: pointer; | ||
/* .codicon { | ||
position: relative !important; | ||
line-height: 79px !important; | ||
right: 3px !important; | ||
} */ | ||
&:hover { | ||
background-color: #f5f5f5; | ||
.debugComp { | ||
position: relative; | ||
.expand-arrow { | ||
position: absolute; | ||
top: 256px; | ||
left: 396px; | ||
z-index: 999; | ||
width: 12px; | ||
height: 82px; | ||
line-height: 36px; | ||
background-color: #fff; | ||
border: 1px solid rgb(229, 229, 229); | ||
border-radius: 0 2px 2px 0; | ||
cursor: pointer; | ||
/* .codicon { | ||
position: relative !important; | ||
line-height: 79px !important; | ||
right: 3px !important; | ||
} */ | ||
&:hover { | ||
background-color: #f5f5f5; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.