popup page

This commit is contained in:
2023-04-10 08:33:10 +08:00
parent f85d4c9903
commit fecaf6f450
5 changed files with 39 additions and 2 deletions

View File

@ -51,6 +51,7 @@ $buttonHeight: 36px;
padding: 4px;
cursor: pointer;
box-sizing: border-box;
transition: opacity .12s ease;
&:hover {
opacity: .8;
@ -75,10 +76,13 @@ $buttonHeight: 36px;
margin-left: 8px;
border: none;
height: $buttonHeight;
line-height: $buttonHeight;
padding: 0 8px;
min-width: 60px;
text-align: center;
cursor: pointer;
background-color: var(--title-bg-color);
transition: opacity .12s ease;
&:hover {
opacity: .8;

View File

@ -1,4 +1,5 @@
@import './checkbox.scss';
@import './dropdown.scss';
@import './tooltip.scss';
@import './grid.scss';
@import './grid.scss';
@import './popup.scss';