Lin_Ye_Fang_Huo/public/widgets/print/view.css

17 lines
276 B
CSS
Raw Normal View History

2023-07-08 15:37:34 +08:00
.printBar {
2023-07-18 09:04:15 +08:00
position: absolute;
right: 5px;
top: 5px;
z-index: 999;
height: 45px;
padding: 5px 10px 5px 10px;
font-size: 14px;
background-color: #ffffff;
border-radius: 5px;
2023-07-08 15:37:34 +08:00
}
.dark .printBar {
2023-07-18 09:04:15 +08:00
color: #ffffff;
background-color: rgba(63, 72, 84, 0.6);
2023-07-08 15:37:34 +08:00
}