5release/2.19.1.2501.01

This commit is contained in:
lys 2025-04-18 15:10:05 +08:00
parent 34b2052926
commit 82ffd93fd5
2 changed files with 6 additions and 5 deletions

View File

@ -10,7 +10,7 @@ class Content extends Component {
const { onlyOneGrup, showData } = dealTemplate(_.filter(itemTypeList, o => !!o), "pc"); const { onlyOneGrup, showData } = dealTemplate(_.filter(itemTypeList, o => !!o), "pc");
return ( return (
<div className="salary-preview-container"> <div className="salary-preview-container">
<div style={{ border: "10px solid #F3F9FF" }}> <div style={{ border: "10px solid #F3F9FF", width: "100%" }}>
<div className="edition-center"> <div className="edition-center">
<div className="header"> <div className="header">
<div className="header-title">{theme || ""}</div> <div className="header-title">{theme || ""}</div>

View File

@ -173,8 +173,8 @@
.ph-switch { .ph-switch {
height: 100%; height: 100%;
margin: 0 auto; display: flex;
text-align: center; justify-content: center;
.active, .phs-btn:hover { .active, .phs-btn:hover {
background-color: rgba(0, 0, 0, .15); background-color: rgba(0, 0, 0, .15);
@ -184,8 +184,9 @@
.phs-btn { .phs-btn {
height: 50px; height: 50px;
min-width: 88px; min-width: 88px;
line-height: 50px; display: flex;
display: inline-block; justify-content: center;
align-items: center;
color: #fff; color: #fff;
padding: 0 15px; padding: 0 15px;
cursor: pointer; cursor: pointer;