|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="tool-bar-wrap">
|
|
<div class="tool-bar-wrap">
|
|
- <div class="tool-bar-item tool-bar-range-item"
|
|
+ <div class="tool-bar-item"
|
|
v-show="showPickerSlots">
|
|
v-show="showPickerSlots">
|
|
<slot name="picker" />
|
|
<slot name="picker" />
|
|
</div>
|
|
</div>
|
|
@@ -67,7 +67,7 @@ export default ToolBar;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
|
|
|
.tool-bar-item {
|
|
.tool-bar-item {
|
|
- width: 25%;
|
|
+ width: 22%;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
color: #333;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|