Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
rbc-demo
Commits
875d8258
Commit
875d8258
authored
Feb 28, 2022
by
Joey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(@gms/gms-plugin-billexpand): rbc弹框点击弹框边框会消失
parent
d9c07d3c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
index.less
...s-plugin-billexpand/src/control/baseDataSelect/index.less
+5
-0
index.vue
...ms-plugin-billexpand/src/control/baseDataSelect/index.vue
+3
-2
No files found.
develop/@gms/gms-plugin-billexpand/src/control/baseDataSelect/index.less
0 → 100644
View file @
875d8258
.rbc-basedata-popover {
padding: 0px;
}
\ No newline at end of file
develop/@gms/gms-plugin-billexpand/src/control/baseDataSelect/index.vue
View file @
875d8258
<
template
>
<div
class=
"rbc-basedata"
>
<el-popover
ref=
"popover"
trigger=
"manual"
v-model=
"dataListShow"
:visible-arrow=
"false"
:width=
"searchPopperMinWidth"
>
<el-popover
ref=
"popover"
popper-class=
"rbc-basedata-popover"
trigger=
"manual"
v-model=
"dataListShow"
:visible-arrow=
"false"
:width=
"searchPopperMinWidth"
>
<div
class=
"select-box"
slot=
"reference"
>
<Input
ref=
"searchInput"
v-model=
"selectValue"
:disabled=
"disabled"
:readonly=
"readonly || multiple"
:class=
"
{'multiple-input': multiple
&&
!readonly}" placeholder="" @on-change="handleChange" @on-focus="handleFocus" @on-blur="handleBlur" @keydown.down.native="handleSelectNext" @keydown.up.native="handleSelectPrev" @keydown.enter.native="handleSelected">
<Icon
type=
"ios-close-circle"
:class=
"
{'clear-icon': true, 'hidden-icon': disabled || readonly || !selectValue }" slot="suffix" @click="clearList" />
...
...
@@ -26,6 +26,7 @@
import
EditModal
from
'./edit-modal.vue'
import
baseDataMixin
from
'./baseDataMixin'
import
indexMixin
from
'./indexMixin'
import
'./index.less'
import
{
addResizeListener
,
removeResizeListener
}
from
'element-ui/src/utils/resize-event'
export
default
{
...
...
@@ -425,7 +426,7 @@ export default {
position
:
static
;
z-index
:
999
;
margin
:
0
;
padding
:
6px
0
;
padding
:
18px
12px
;
box-sizing
:
border-box
;
background-color
:
#fff
;
list-style
:
none
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment