Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix: ie11右下角菜单图标会出现错位
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Nov 20, 2020
1 parent 8f22790 commit 34fd6e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/luckysheet-print.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.luckysheet-print-viewBtn {
position: absolute;
top: 0;
left: 0px;
width: 42px;
height:22px;
Expand Down
7 changes: 7 additions & 0 deletions src/css/luckysheet-zoom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

.luckysheet-zoom-content .luckysheet-zoom-minus{
position: absolute;
top: 0;
left: 0px;
width: 20px;
height:20px;
Expand All @@ -37,6 +38,7 @@

.luckysheet-zoom-content .luckysheet-zoom-slider{
position: absolute;
top: 0;
left: 25px;
width: 100px;
height: 100%;
Expand All @@ -47,13 +49,15 @@

.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-line{
position: absolute;
top: 10px;
width: 100px;
height: 2px;
background: #E1E4E8;
}

.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-cursor{
position: absolute;
top: 7px;
width: 8px;
height: 8px;
border-radius: 8px;
Expand All @@ -71,6 +75,7 @@

.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-hundred{
position: absolute;
top: 9px;
width: 2px;
height: 4px;
left: 49px;
Expand All @@ -80,6 +85,7 @@

.luckysheet-zoom-content .luckysheet-zoom-plus{
position: absolute;
top: 0;
left: 130px;
width: 20px;
height:20px;
Expand All @@ -101,6 +107,7 @@

.luckysheet-zoom-content .luckysheet-zoom-ratioText{
position: absolute;
top: 0;
left: 155px;
width: 60px;
color: #1E1E1F;
Expand Down

0 comments on commit 34fd6e7

Please sign in to comment.