.desc:hover{ cursor: pointer; color: #1890ff; } .desc{ margin-right: 10px; } .titlebox{ width: 100%; height: 100px; text-align: center; color: #333; } .log{ font-size: 27px; font-weight: bold; margin-bottom: 5px; margin-top: 20px; } .desclog{ color: #8E99AB; margin-bottom: 0px; } .logbox{ width: 100%; max-height: calc(100vh - 200px); // background-color: #f6f6f6; // border: 1px solid #f6f6f6; text-align: left; overflow: hidden; .ant-tabs-content-holder{ overflow-y: scroll; } } .hr{ margin-right: 20px; li{ color: gray; } } .topBox{ display: flex; justify-content: space-between; height: 40px; align-items: center; } .topl{ font-size: 22px; color: #1890ff; } .topr{ font-size: 16px; color: #333; }