/* Yoone Product Bundles 后台样式优化 */ #yoone_bundle_data { padding-top: 8px; } #yoone_bundle_data .form-field { margin-bottom: 16px; } /* 让标签独占一行,避免窄屏换行难看 */ #yoone_bundle_data .form-field > label { display: block; font-weight: 600; margin-bottom: 6px; } /* 描述放到下一行,颜色更柔和 */ #yoone_bundle_data .description { color: #666; display: block; margin-top: 6px; line-height: 1.4; } /* 选择器与搜索框占满一行 */ #yoone_bundle_data .wc-product-search, #yoone_bundle_data .wc-enhanced-select, #yoone_bundle_data select, #yoone_bundle_data input[type="text"], #yoone_bundle_data input[type="number"] { width: 100% !important; max-width: 820px; } /* Select2 容器也撑满 */ #yoone_bundle_data .select2-container { width: 100% !important; max-width: 820px; } /* 按钮的间距 */ #yoone_bundle_data .yoone-add-all-simple-products { margin-left: 0; margin-bottom: 8px; } #yoone_bundle_data .yoone-clear-products-list { margin-left: 8px; margin-bottom: 8px; }