## zh-CN 用于配置一些固定组合。 ## en-US Using pre & post tabs example. ```css .select-before { width: 90px; } .select-after { width: 80px; } [data-theme='compact'] .select-before { width: 71px; } [data-theme='compact'] .select-after { width: 65px; } ```