xianniu-ui 0.2.3 → 0.2.5
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
package/packages/date/main.vue
CHANGED
|
@@ -253,9 +253,9 @@ export default {
|
|
|
253
253
|
return obj;
|
|
254
254
|
},
|
|
255
255
|
styles() {
|
|
256
|
-
const _isRange = this.isRange(this.type);
|
|
256
|
+
// const _isRange = this.isRange(this.type);
|
|
257
257
|
return {
|
|
258
|
-
width:
|
|
258
|
+
width: "100%",
|
|
259
259
|
};
|
|
260
260
|
},
|
|
261
261
|
_format() {
|