@tekkare/auriga 0.2.24 → 0.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -647,7 +647,7 @@ export default defineComponent({
|
|
|
647
647
|
</script>
|
|
648
648
|
|
|
649
649
|
<style scoped>
|
|
650
|
-
.oip_select_complex_del_selection{background:var(--demi-fond);border-bottom-right-radius:12px;border-left:1px solid var(--light);border-top-right-radius:12px;flex:1 1 40%;flex-direction:column}.oip_select_complex_add_selection,.oip_select_complex_del_selection{align-items:flex-start;display:flex;gap:
|
|
650
|
+
.oip_select_complex_del_selection{background:var(--demi-fond);border-bottom-right-radius:12px;border-left:1px solid var(--light);border-top-right-radius:12px;flex:1 1 40%;flex-direction:column}.oip_select_complex_add_selection,.oip_select_complex_del_selection{align-items:flex-start;display:flex;gap:8px;max-height:100%;padding:24px}.oip_select_complex_add_selection{background:var(--white);border-radius:12px;flex:1 1 60%;flex-direction:column}.oip_select_complex_all_tittle_right,.oip_select_complex_all_tittle_right.add{font-size:12px;font-weight:500;line-height:22px;vertical-align:bottom}.oip_select_complex_all_tittle_right.add{color:var(--primary);cursor:pointer}.oip_select_complex_selection_loop.add svg.disable{color:var(--medium)!important}.oip_select_complex_selection_loop.break{word-break:break-word}.oip_select_complex_all_tittle_right.del{color:var(--system-alert);cursor:pointer;font-size:12px;font-weight:500;line-height:22px;vertical-align:bottom}.oip_select_complex_all_title{display:flex;gap:12px;margin-bottom:8px}.oip_select_complex_all_tittle_left{border-right:1px solid var(--light);color:var(--darkest);font-size:14px;font-weight:500;line-height:22px;padding-right:12px}.oip_select_complex_all_selection{display:flex}.oip_select_complex_footer{background-color:var(--white);border-radius:0 0 12px 12px;border-top:1px solid var(--light);display:flex;gap:16px;justify-content:flex-end;padding:28px 36px}.oip_select_complex_smart_title{font-size:16px;font-style:normal;font-weight:700;line-height:normal}.oip_select_complex_smart_selection{align-content:flex-start;align-items:flex-start;align-self:stretch;display:flex;flex-wrap:wrap;gap:10px}.oip_select_complex_smart_selection>.oip_tag{cursor:pointer}.oip_select_complex_smart{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:12px}.oip_select_complex_block{border:1px solid var(--light);border-radius:12px;box-shadow:var(--large-shadow);display:flex;flex-direction:row;margin-top:15px;max-height:435px;position:absolute;width:650px;z-index:12}.oip_select_complex_header{background-color:var(--white);border-bottom:1px solid var(--light);border-radius:12px 12px 0 0;padding:16px}.oip_select_complex_header_title{font-size:16px;font-weight:700;line-height:19px}.oip_select_complex_selection_loop>svg.add{fill:var(--accent)!important;color:var(--white)!important}.oip_tag.is_disable{cursor:pointer!important}
|
|
651
651
|
</style>
|
|
652
652
|
|
|
653
653
|
<style scoped>
|