## zh-CN 调试 Input 前置/后置标签。 ## en-US Input addon debug. ```css .select-before { width: 90px; } .select-after { width: 80px; } [data-theme='compact'] .select-before { width: 71px; } [data-theme='compact'] .select-after { width: 65px; } ```