@xilonglab/vue-main 1.3.30 → 1.3.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xilonglab/vue-main",
3
- "version": "1.3.30",
3
+ "version": "1.3.31",
4
4
  "description": "xilong vue main",
5
5
  "main": "packages/index.js",
6
6
  "scripts": {
@@ -115,6 +115,7 @@ onMounted(() => {
115
115
  padding: 0 5px;
116
116
  width: 150px;
117
117
  text-align: right;
118
+ padding-right:40px;
118
119
 
119
120
  .xl-button {
120
121
  display: inline-block !important;
@@ -218,9 +218,6 @@ const { refs, api, params, obj, chartOptions, total } = inject('injections')
218
218
 
219
219
  <style lang="less">
220
220
  .xl-data-view {
221
- div.buttons{
222
- padding-right:40px;
223
- }
224
221
 
225
222
  div.cell {
226
223
  padding: 0 !important;