@cmstops/pro-compo 3.10.5-nanning.1 → 3.10.5-nanning.2
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.
|
@@ -98,12 +98,13 @@ const _hoisted_39 = {
|
|
|
98
98
|
key: 0,
|
|
99
99
|
class: "add_new"
|
|
100
100
|
};
|
|
101
|
-
const _hoisted_40 = {
|
|
102
|
-
|
|
101
|
+
const _hoisted_40 = { class: "abttr" };
|
|
102
|
+
const _hoisted_41 = {
|
|
103
|
+
key: 0,
|
|
103
104
|
class: "fix_position"
|
|
104
105
|
};
|
|
105
|
-
const
|
|
106
|
-
const
|
|
106
|
+
const _hoisted_42 = { class: "doc-fixed-icon" };
|
|
107
|
+
const _hoisted_43 = { class: "doc-fixed-num" };
|
|
107
108
|
const _sfc_main = defineComponent({
|
|
108
109
|
__name: "index",
|
|
109
110
|
props: {
|
|
@@ -521,12 +522,14 @@ const _sfc_main = defineComponent({
|
|
|
521
522
|
__props.item._status ? (openBlock(), createElementBlock("i", _hoisted_39, [
|
|
522
523
|
createVNode(unref(IconPenFill), { size: "16" })
|
|
523
524
|
])) : createCommentVNode("v-if", true),
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
525
|
+
createElementVNode("span", _hoisted_40, [
|
|
526
|
+
__props.item.fix_position ? (openBlock(), createElementBlock("span", _hoisted_41, [
|
|
527
|
+
createElementVNode("i", _hoisted_42, [
|
|
528
|
+
createVNode(unref(IconPushpin), { size: "16" })
|
|
529
|
+
]),
|
|
530
|
+
createElementVNode("span", _hoisted_43, toDisplayString(__props.item.fix_position), 1)
|
|
531
|
+
])) : createCommentVNode("v-if", true)
|
|
532
|
+
])
|
|
530
533
|
]),
|
|
531
534
|
option: withCtx(() => [
|
|
532
535
|
renderSlot(_ctx.$slots, "option", {
|
package/es/style.css
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.type-icons-container {
|
|
2
|
-
display: inline-block;
|
|
3
|
-
vertical-align: middle;
|
|
4
|
-
line-height: 12px;
|
|
5
|
-
font-size: 18px;
|
|
6
|
-
}
|
|
7
1
|
.content-tabs[data-v-7f81762c] .arco-tabs-content {
|
|
8
2
|
padding: 0;
|
|
9
3
|
}
|
|
10
4
|
.add-content-modal-body[data-v-7f81762c] {
|
|
11
5
|
padding: 0;
|
|
12
6
|
}
|
|
7
|
+
.type-icons-container {
|
|
8
|
+
display: inline-block;
|
|
9
|
+
vertical-align: middle;
|
|
10
|
+
line-height: 12px;
|
|
11
|
+
font-size: 18px;
|
|
12
|
+
}
|
|
13
13
|
.content-tabs[data-v-00adfb7c] .arco-tabs-content {
|
|
14
14
|
padding: 0;
|
|
15
15
|
}
|
|
@@ -99,12 +99,13 @@ const _hoisted_39 = {
|
|
|
99
99
|
key: 0,
|
|
100
100
|
class: "add_new"
|
|
101
101
|
};
|
|
102
|
-
const _hoisted_40 = {
|
|
103
|
-
|
|
102
|
+
const _hoisted_40 = { class: "abttr" };
|
|
103
|
+
const _hoisted_41 = {
|
|
104
|
+
key: 0,
|
|
104
105
|
class: "fix_position"
|
|
105
106
|
};
|
|
106
|
-
const
|
|
107
|
-
const
|
|
107
|
+
const _hoisted_42 = { class: "doc-fixed-icon" };
|
|
108
|
+
const _hoisted_43 = { class: "doc-fixed-num" };
|
|
108
109
|
const _sfc_main = vue.defineComponent({
|
|
109
110
|
__name: "index",
|
|
110
111
|
props: {
|
|
@@ -522,12 +523,14 @@ const _sfc_main = vue.defineComponent({
|
|
|
522
523
|
__props.item._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_39, [
|
|
523
524
|
vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
|
|
524
525
|
])) : vue.createCommentVNode("v-if", true),
|
|
525
|
-
|
|
526
|
-
vue.
|
|
527
|
-
vue.
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
526
|
+
vue.createElementVNode("span", _hoisted_40, [
|
|
527
|
+
__props.item.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_41, [
|
|
528
|
+
vue.createElementVNode("i", _hoisted_42, [
|
|
529
|
+
vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
|
|
530
|
+
]),
|
|
531
|
+
vue.createElementVNode("span", _hoisted_43, vue.toDisplayString(__props.item.fix_position), 1)
|
|
532
|
+
])) : vue.createCommentVNode("v-if", true)
|
|
533
|
+
])
|
|
531
534
|
]),
|
|
532
535
|
option: vue.withCtx(() => [
|
|
533
536
|
vue.renderSlot(_ctx.$slots, "option", {
|