mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
50 lines
1.1 KiB
Stylus
50 lines
1.1 KiB
Stylus
arrowWidth = 6px
|
|
|
|
.ql-bubble
|
|
.ql-tooltip
|
|
background-color: backgroundColor
|
|
border-radius: 25px
|
|
color: textColor
|
|
.ql-tooltip-arrow
|
|
border-left: arrowWidth solid transparent
|
|
border-right: arrowWidth solid transparent
|
|
content: " "
|
|
display: block
|
|
left: 50%
|
|
margin-left: -1 * arrowWidth
|
|
position: absolute
|
|
.ql-tooltip:not(.ql-flip) .ql-tooltip-arrow
|
|
border-bottom: arrowWidth solid backgroundColor
|
|
top: -1 * arrowWidth
|
|
.ql-tooltip.ql-flip .ql-tooltip-arrow
|
|
border-top: arrowWidth solid backgroundColor
|
|
bottom: -1 * arrowWidth
|
|
|
|
.ql-tooltip.ql-editing
|
|
.ql-tooltip-editor
|
|
display: block
|
|
.ql-formats
|
|
visibility: hidden
|
|
|
|
.ql-tooltip-editor
|
|
display: none
|
|
input[type=text]
|
|
background: transparent
|
|
border: none
|
|
color: textColor
|
|
font-size: 13px
|
|
height: 100%
|
|
outline: none
|
|
padding: 10px 20px
|
|
position: absolute
|
|
width: 100%
|
|
a
|
|
&:before
|
|
color: inactiveColor
|
|
content: "\00D7"
|
|
font-size: 16px
|
|
font-weight: bold
|
|
top: 10px
|
|
position: absolute
|
|
right: 20px
|