mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-11-15 21:53:44 +08:00
修复左侧菜单问题 整合包重新打包
This commit is contained in:
56
YiAiQuickDeploy/public/assets/InputGroup-a99d5c47.js
Normal file
56
YiAiQuickDeploy/public/assets/InputGroup-a99d5c47.js
Normal file
@@ -0,0 +1,56 @@
|
||||
import{aH as t,aG as r,aK as o,d as a,aM as d,c6 as s,ab as p}from"./index-9247ed63.js";const n=t("input-group",`
|
||||
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;
|
||||
`)])])])])])]),b={},u=a({name:"InputGroup",props:b,setup(i){const{mergedClsPrefixRef:e}=d(i);return s("-input-group",n,e),{mergedClsPrefix:e}},render(){const{mergedClsPrefix:i}=this;return p("div",{class:`${i}-input-group`},this.$slots)}});export{u as N};
|
||||
Reference in New Issue
Block a user