mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-17 13:20:52 +08:00
fix: word-wrap not work in no-transfer
This commit is contained in:
parent
c34301d922
commit
d8bc28f73c
4
index.js
4
index.js
@ -7,10 +7,7 @@ import WithPadding from './packages/common/WithPadding'
|
||||
import WithMargin from './packages/common/WithMargin'
|
||||
import MasonryGroup from './packages/common/MasonryGroup'
|
||||
import Table from './packages/common/Table'
|
||||
<<<<<<< HEAD
|
||||
import AdvanceTable from './packages/common/AdvanceTable'
|
||||
=======
|
||||
>>>>>>> 5c2bedcc26bdd6ba44cc2bf7ca98a7c552e45ea6
|
||||
import CheckBox from './packages/common/Checkbox'
|
||||
import RoundButton from './packages/common/Button'
|
||||
import Switch from './packages/common/Switch'
|
||||
@ -44,6 +41,7 @@ function install (Vue) {
|
||||
ServiceCard.install(Vue)
|
||||
MasonryGroup.install(Vue)
|
||||
Table.install(Vue)
|
||||
AdvanceTable.install(Vue)
|
||||
WithMargin.install(Vue)
|
||||
CheckBox.install(Vue)
|
||||
RoundButton.install(Vue)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "0.1.79",
|
||||
"version": "0.1.80",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -27,6 +27,7 @@ $popup-distance: $popup-arrow-width - 1 + 14;
|
||||
}
|
||||
.n-popup__content-wrapper {
|
||||
|
||||
display: inline-table;
|
||||
border-radius: 6px;
|
||||
background-color: rgba(75, 81, 106, 1);
|
||||
color: #ffffffe6;
|
||||
|
Loading…
Reference in New Issue
Block a user