diff --git a/examples/src/App.vue b/examples/src/App.vue index 0949494..44e2454 100644 --- a/examples/src/App.vue +++ b/examples/src/App.vue @@ -1,7 +1,9 @@ @@ -136,15 +136,4 @@ export default { }, } } - - \ No newline at end of file + \ No newline at end of file diff --git a/packages/index.js b/packages/index.js index fb96d02..c458749 100644 --- a/packages/index.js +++ b/packages/index.js @@ -79,7 +79,6 @@ const install = function (Vue,options={}) { Vue.component(component.name, component) }) } -console.log(install,'install==='); export { GuipButton, diff --git a/packages/styles/component.scss b/packages/styles/component.scss index 6be8065..54e0629 100644 --- a/packages/styles/component.scss +++ b/packages/styles/component.scss @@ -382,16 +382,14 @@ // 自定义下拉选择框组件 end // input 组件 start -.guip-input { - .unit { - position: absolute; - right: 12px; - /* 根据需要调整位置 */ - top: 50%; - transform: translateY(-50%); - pointer-events: none; - /* 防止单位文本影响输入框的点击事件 */ - } +.guip-input-unit { + position: absolute; + right: 12px; + /* 根据需要调整位置 */ + top: 50%; + transform: translateY(-50%); + pointer-events: none; + /* 防止单位文本影响输入框的点击事件 */ } // input 组件 end