|
|
@@ -286,9 +286,7 @@ window.updateTenantName = (newName) => {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- box-shadow: 0 4px 8px rgba(202, 52, 52, 0.1);
|
|
|
box-sizing: border-box;
|
|
|
- // padding: 0 rpx(20); // 添加左右内边距
|
|
|
cursor: pointer; // 添加鼠标指针样式
|
|
|
}
|
|
|
.box-2 span {
|
|
|
@@ -314,7 +312,7 @@ window.updateTenantName = (newName) => {
|
|
|
.left-box-in-box2:active,
|
|
|
.center-box-in-box2:hover,
|
|
|
.center-box-in-box2:active {
|
|
|
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
|
|
|
+ box-shadow: 0 4px 8px rgb(0, 0, 0, 0.5);
|
|
|
}
|
|
|
.left-box-in-box2,
|
|
|
.center-box-in-box2,
|