mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
fix: styles
This commit is contained in:
parent
bf85e4e728
commit
478bc3e80c
@ -672,7 +672,9 @@ export default {
|
||||
search1: {
|
||||
columns: [
|
||||
{ label: 'Name',
|
||||
value: 'name' }
|
||||
value: 'name' },
|
||||
{ label: 'Age',
|
||||
value: 'age' }
|
||||
],
|
||||
onSearch: 'custom',
|
||||
placeholder: 'search from net'
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -397,10 +397,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
.n-advance-table__operation{
|
||||
margin-bottom: 18px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
</style>
|
||||
|
@ -27,4 +27,9 @@
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.n-advance-table__operation{
|
||||
margin-bottom: 18px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user