.store-select-wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;width:fit-content;min-width:0}.store-select-wrapper-multiple{overflow:hidden}.store-select-wrapper .arco-select{flex:1 1 auto;min-width:0;width:100%}.store-select-wrapper .arco-input-tag,.store-select-wrapper .arco-input-tag-inner,.store-select-wrapper .arco-input-tag-view,.store-select-wrapper .arco-select-view{min-width:0}.store-select-wrapper-multiple .arco-input-tag-inner{flex-wrap:nowrap}.store-select-wrapper-multiple .arco-input-tag-tag{flex:0 1 auto;min-width:0;max-width:100%}.store-select-wrapper-multiple .arco-input-tag-tag+.arco-input-tag-tag{flex:0 0 auto;max-width:none;white-space:nowrap}.store-select-wrapper-multiple.store-select-wrapper-has-value .arco-input-tag-input{flex:0 0 0;width:0;min-width:0}.store-select-wrapper .arco-select-view-suffix{cursor:pointer;transition:all .2s}.store-select-wrapper .arco-select-view-suffix:hover{color:var(--color-primary-6);transform:scale(1.1)}.store-select-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--color-border-2);gap:12px}.store-select-header .arco-btn,.store-select-header .arco-checkbox{font-size:12px}@keyframes copySuccess{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.copy-success{animation:copySuccess .3s ease-in-out}