.tcs-content-container { flex: 1; display: flex; overflow: auto; min-height: 0; /* 确保在某些浏览器中正确计算高度 */ } .tcs-content-left { flex: 1; min-height: 0; /* 确保在某些浏览器中正确计算高度 */ } .tcs-content-right { width: 14.5rem; border-left: 1px solid var(--tblr-border-color); } .tcs-config-container { flex: 1; display: flex; overflow: auto; min-height: 0; /* 确保在某些浏览器中正确计算高度 */ } .tcs-config-left { min-width: 10.5rem; background-color: var(--tblr-bg-surface) !important; border-right: var(--tblr-border-width) solid var(--tblr-border-color); } .tcs-config-right { flex: 1; min-height: 0; /* 确保在某些浏览器中正确计算高度 */ }