This commit is contained in:
shijingjing
2022-02-16 10:18:54 +08:00
parent 60e8def629
commit 1088b0f4d9

View File

@@ -252,13 +252,12 @@ export default {
.rightes { .rightes {
width: calc(100% - 160px); width: calc(100% - 160px);
display: flex; display: flex;
justify-content: space-between;
align-items: center; align-items: center;
margin-left: 32px; margin-left: 32px;
border-bottom: 1px solid #e4e5e6; border-bottom: 1px solid #e4e5e6;
.applicationNames { .applicationNames {
max-width: calc(100% - 80px); width: 460px;
font-size: 36px; font-size: 36px;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;