mirror of https://github.com/rocboss/paopao-ce
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
2.3 KiB
57 lines
2.3 KiB
2 years ago
|
import{c as t,b as r,f as o,d as a,u as d,g as s,h as n}from"./index-c17d3913.js";const p=t("input-group",`
|
||
2 years ago
|
display: inline-flex;
|
||
|
width: 100%;
|
||
|
flex-wrap: nowrap;
|
||
|
vertical-align: bottom;
|
||
|
`,[r(">",[t("input",[r("&:not(:last-child)",`
|
||
|
border-top-right-radius: 0!important;
|
||
|
border-bottom-right-radius: 0!important;
|
||
|
`),r("&:not(:first-child)",`
|
||
|
border-top-left-radius: 0!important;
|
||
|
border-bottom-left-radius: 0!important;
|
||
|
margin-left: -1px!important;
|
||
|
`)]),t("button",[r("&:not(:last-child)",`
|
||
|
border-top-right-radius: 0!important;
|
||
|
border-bottom-right-radius: 0!important;
|
||
|
`,[o("state-border, border",`
|
||
|
border-top-right-radius: 0!important;
|
||
|
border-bottom-right-radius: 0!important;
|
||
|
`)]),r("&:not(:first-child)",`
|
||
|
border-top-left-radius: 0!important;
|
||
|
border-bottom-left-radius: 0!important;
|
||
|
`,[o("state-border, border",`
|
||
|
border-top-left-radius: 0!important;
|
||
|
border-bottom-left-radius: 0!important;
|
||
|
`)])]),r("*",[r("&:not(:last-child)",`
|
||
|
border-top-right-radius: 0!important;
|
||
|
border-bottom-right-radius: 0!important;
|
||
|
`,[r(">",[t("input",`
|
||
|
border-top-right-radius: 0!important;
|
||
|
border-bottom-right-radius: 0!important;
|
||
|
`),t("base-selection",[t("base-selection-label",`
|
||
|
border-top-right-radius: 0!important;
|
||
|
border-bottom-right-radius: 0!important;
|
||
|
`),t("base-selection-tags",`
|
||
|
border-top-right-radius: 0!important;
|
||
|
border-bottom-right-radius: 0!important;
|
||
|
`),o("box-shadow, border, state-border",`
|
||
|
border-top-right-radius: 0!important;
|
||
|
border-bottom-right-radius: 0!important;
|
||
|
`)])])]),r("&:not(:first-child)",`
|
||
|
margin-left: -1px!important;
|
||
|
border-top-left-radius: 0!important;
|
||
|
border-bottom-left-radius: 0!important;
|
||
|
`,[r(">",[t("input",`
|
||
|
border-top-left-radius: 0!important;
|
||
|
border-bottom-left-radius: 0!important;
|
||
|
`),t("base-selection",[t("base-selection-label",`
|
||
|
border-top-left-radius: 0!important;
|
||
|
border-bottom-left-radius: 0!important;
|
||
|
`),t("base-selection-tags",`
|
||
|
border-top-left-radius: 0!important;
|
||
|
border-bottom-left-radius: 0!important;
|
||
|
`),o("box-shadow, border, state-border",`
|
||
|
border-top-left-radius: 0!important;
|
||
|
border-bottom-left-radius: 0!important;
|
||
2 years ago
|
`)])])])])])]),b={},u=a({name:"InputGroup",props:b,setup(i){const{mergedClsPrefixRef:e}=d(i);return s("-input-group",p,e),{mergedClsPrefix:e}},render(){const{mergedClsPrefix:i}=this;return n("div",{class:`${i}-input-group`},this.$slots)}});export{u as _};
|