@qxs-bns/components 0.0.79 → 0.0.80
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/es/package.json.mjs +1 -1
- package/es/src/icon/src/icon.vue.mjs +1 -1
- package/es/src/icon/src/icon.vue.mjs.map +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/src/icon/src/icon.vue.cjs +1 -1
- package/lib/src/icon/src/icon.vue.cjs.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/icon.css +1 -1
- package/theme-chalk/src/icon.scss +0 -15
- package/types/src/icon/src/icon.vue.d.ts.map +1 -1
- package/types/tsconfig.tsbuildinfo +1 -1
package/theme-chalk/src/icon.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.qxs-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1em;color:currentcolor;vertical-align:-2px;fill:currentcolor}.qxs-icon
|
|
1
|
+
.qxs-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1em;color:currentcolor;vertical-align:-2px;fill:currentcolor}.qxs-icon .size-inherit{width:inherit;height:inherit}.qxs-icon .shrink-0{flex-shrink:0}.qxs-icon img{display:block;-o-object-fit:contain;object-fit:contain}.qxs-icon>*{display:block}
|
|
@@ -12,21 +12,6 @@
|
|
|
12
12
|
vertical-align: -2px;
|
|
13
13
|
fill: currentcolor;
|
|
14
14
|
|
|
15
|
-
// 直接应用到图标元素上的样式
|
|
16
|
-
&.qxs-icon svg {
|
|
17
|
-
display: block;
|
|
18
|
-
width: 1em !important;
|
|
19
|
-
height: 1em !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&.qxs-icon svg * {
|
|
23
|
-
fill: currentcolor !important;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&.qxs-icon svg [fill="none"] {
|
|
27
|
-
fill: none !important;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
15
|
// 新增的工具类
|
|
31
16
|
.size-inherit {
|
|
32
17
|
width: inherit;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/icon/src/icon.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/icon/src/icon.vue"],"names":[],"mappings":"AAAA,OAwQO,KAAK,EAAE,SAAS,EAAiB,MAAM,KAAK,CAAA;AAyBnD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,GAAG,SAAS,CAAA;IACxB,IAAI,CAAC,EAAE,YAAY,GAAG,UAAU,GAAG,MAAM,GAAG,EAAE,GAAG,SAAS,CAAA;IAC1D,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;;AAuRD,wBAMG"}
|