liuyg
2022-01-20 0ec1d94a52fb878098c3dda84e72f0f32b5ab9d2
src/styles/entitys/text-entitys.scss
@@ -47,6 +47,8 @@
    }
}
.tag-entitys-box {
    margin-left: 24px;
    margin-bottom: 44px;
    height: 28px;
    .tag-content {
@@ -91,6 +93,9 @@
}
.way-entitys-box {
    margin-left: 40px;
    margin-bottom: 40px;
    .way-title {
        border: white 1px solid;
        padding-left: 2px;
@@ -130,7 +135,21 @@
    }
}
.scene-entitys-box,
.monitor-entitys-box {
    height: 40px;
}
.scene-entitys-box {
    div {
        line-height: 24px;
        text-align: center;
        font-weight: 700;
        color: #009bff;
    }
    img {
        height: 40px;
    }
}