大屏组件

This commit is contained in:
yanran200730
2023-05-29 15:41:49 +08:00
parent 97306a8dc0
commit 0266acd77a

View File

@@ -24,19 +24,17 @@ export default {
.border13-title {
display: flex;
height: 41px;
padding: 0 23px;
align-items: center;
height: 68px;
padding: 0 54px;
box-sizing: border-box;
background-image: url(../asset/border13.png);
background-size: 100% 41px;
background-size: 100% 68px;
background-repeat: no-repeat;
h2 {
position: relative;
top: -3px;
font-size: 24px;
color: #E2EBF1;
font-weight: normal;
color: #fff;
}
img {
@@ -56,7 +54,7 @@ export default {
}
.slot {
height: calc(100% - 41px);
height: calc(100% - 68px);
padding-top: 19px;
}
}