baiqiu-cms-decoration-dg 0.1.4 → 0.1.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.
@@ -89296,8 +89296,7 @@ var navItem_component = normalizeComponent(
|
|
89296
89296
|
let {
|
89297
89297
|
tabHeadInfo: {
|
89298
89298
|
width,
|
89299
|
-
height
|
89300
|
-
space
|
89299
|
+
height
|
89301
89300
|
},
|
89302
89301
|
borderStyle,
|
89303
89302
|
fontStyle: {
|
@@ -89319,9 +89318,8 @@ var navItem_component = normalizeComponent(
|
|
89319
89318
|
borderColor,
|
89320
89319
|
hoverObj
|
89321
89320
|
} = borderStyle;
|
89322
|
-
return function (
|
89321
|
+
return function () {
|
89323
89322
|
return {
|
89324
|
-
// marginLeft: index == 0 && `${(this.mode=='pc' ? 30 : 60) * this.ratio}px`,
|
89325
89323
|
width: width * this.ratio + 'px',
|
89326
89324
|
height: height * this.ratio + 'px',
|
89327
89325
|
color: color,
|
@@ -89329,7 +89327,6 @@ var navItem_component = normalizeComponent(
|
|
89329
89327
|
fontWeight: fontWeight ? 'bold' : '',
|
89330
89328
|
textDecoration: textDecoration ? 'underline' : '',
|
89331
89329
|
fontStyle: fontItalic ? 'italic' : '',
|
89332
|
-
marginRight: index == this.list.length - 1 ? `${(this.mode == 'pc' ? 30 : 60) * this.ratio}px` : space * this.ratio + 'px',
|
89333
89330
|
borderTop: borderStyle.type === 2 && borderTop ? `1px solid ${borderTop}` : borderStyle.type === 1 && borderColor ? `1px solid ${borderColor}` : 'none',
|
89334
89331
|
borderRight: borderStyle.type === 2 && borderRight ? `1px solid ${borderRight}` : borderStyle.type === 1 && borderColor ? `1px solid ${borderColor}` : 'none',
|
89335
89332
|
borderBottom: borderStyle.type === 2 && borderBottom ? `1px solid ${borderBottom}` : borderStyle.type === 1 && borderColor ? `1px solid ${borderColor}` : 'none',
|
@@ -89305,8 +89305,7 @@ var navItem_component = normalizeComponent(
|
|
89305
89305
|
let {
|
89306
89306
|
tabHeadInfo: {
|
89307
89307
|
width,
|
89308
|
-
height
|
89309
|
-
space
|
89308
|
+
height
|
89310
89309
|
},
|
89311
89310
|
borderStyle,
|
89312
89311
|
fontStyle: {
|
@@ -89328,9 +89327,8 @@ var navItem_component = normalizeComponent(
|
|
89328
89327
|
borderColor,
|
89329
89328
|
hoverObj
|
89330
89329
|
} = borderStyle;
|
89331
|
-
return function (
|
89330
|
+
return function () {
|
89332
89331
|
return {
|
89333
|
-
// marginLeft: index == 0 && `${(this.mode=='pc' ? 30 : 60) * this.ratio}px`,
|
89334
89332
|
width: width * this.ratio + 'px',
|
89335
89333
|
height: height * this.ratio + 'px',
|
89336
89334
|
color: color,
|
@@ -89338,7 +89336,6 @@ var navItem_component = normalizeComponent(
|
|
89338
89336
|
fontWeight: fontWeight ? 'bold' : '',
|
89339
89337
|
textDecoration: textDecoration ? 'underline' : '',
|
89340
89338
|
fontStyle: fontItalic ? 'italic' : '',
|
89341
|
-
marginRight: index == this.list.length - 1 ? `${(this.mode == 'pc' ? 30 : 60) * this.ratio}px` : space * this.ratio + 'px',
|
89342
89339
|
borderTop: borderStyle.type === 2 && borderTop ? `1px solid ${borderTop}` : borderStyle.type === 1 && borderColor ? `1px solid ${borderColor}` : 'none',
|
89343
89340
|
borderRight: borderStyle.type === 2 && borderRight ? `1px solid ${borderRight}` : borderStyle.type === 1 && borderColor ? `1px solid ${borderColor}` : 'none',
|
89344
89341
|
borderBottom: borderStyle.type === 2 && borderBottom ? `1px solid ${borderBottom}` : borderStyle.type === 1 && borderColor ? `1px solid ${borderColor}` : 'none',
|