qlqz-frame 0.2.15 → 0.2.17
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/dist/index.css +1 -0
- package/package.json +2 -2
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._addDevice_16agt_1{border-radius:4px;background:#20222980;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px}._addDevice_16agt_1 .pop-title{display:flex;color:#fff;font-family:PingFang SC;font-weight:500;font-size:18px;line-height:normal;text-align:left}._addDevice_16agt_1 .pop-centent{margin:10px 0 0}._addDevice_16agt_1 .edit-btn{width:100%;display:flex;justify-content:end}._addDevice_16agt_1 .edit-btn-absolute{position:absolute;right:0;bottom:58px}._addDevice_16agt_1 .pop-bottom{width:100%;display:flex;justify-content:end}._addDevice_16agt_1 .pop-bottom button{color:#fff;margin-left:10px}._dark-form_16agt_38 .ant-form-item-label>label{color:#ffffffd9}._dark-form_16agt_38 .ant-input,._dark-form_16agt_38 .ant-input-number{border:none;background-color:#165dff33}._dark-form_16agt_38 .ant-select-selector{border:none!important;background-color:#165dff33!important}._box-wrap_16agt_53{display:flex;justify-content:end}._box-wrap_16agt_53 button{margin-left:10px}._modal_11ti9_1 .ant-modal-header{background:#edf7ff}._modal_11ti9_1 ._radio_11ti9_4 .ant-radio-wrapper{color:#fff}._modal_11ti9_1 ._content_11ti9_7{height:224px;overflow-y:auto;overflow-x:hidden}._tableArea_1rary_1{height:100%;position:relative;background:#fff}._tableArea_1rary_1 ._tableFooter_1rary_6{position:absolute;bottom:0;width:100%;display:flex;align-items:center;justify-content:center}.lightd-number-roll{-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.lightd-number-roll-animate{position:relative;display:inline-block;height:45px;overflow:hidden;font-size:36px;line-height:45px}.lightd-number-roll-animate-dom{position:relative;top:0;float:left;width:24px;text-align:center}.lightd-number-roll-animate-dom-del{width:20px}.lightd-number-roll-animate-dot{float:left;width:14px;font-size:30px;text-align:center}.lightd-number-roll-animate-dot span,.lightd-number-roll-animate-dom span{float:left;width:100%;height:45px;line-height:40px}._flex_1ea2g_1{display:flex;padding-left:16px;align-items:center}._flexSb_1ea2g_7{display:flex;justify-content:space-between}._loggo_1ea2g_12{top:17px;right:17px;position:relative;width:100px;height:30px;cursor:pointer}._trigger_1ea2g_21{font-size:22px}._tagsViewContainer_1ea2g_25{border-top:1px solid #e8e8e8;z-index:99;padding:0 16px 10px}._tagsHeight_1ea2g_31{height:40px}._tagsViewWrapper_1ea2g_35{display:flex;border-bottom:1px solid #e8e8e8}._tagsViewItem_1ea2g_40{position:relative;cursor:pointer;height:30px;margin:8px 2px 0 0;padding:0 22px 0 10px;line-height:28px;background:#fafafa;border:1px solid #e8e8e8;border-bottom:none;color:#000}._select_1ea2g_53{top:1px;color:#1890ff;border-color:#1890ff}._closeIcon_1ea2g_59{margin-left:10px;font-size:10px;position:absolute;right:10px;top:10px}._fixed_1ea2g_67{overflow:auto;height:100vh;position:fixed;left:0}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qlqz-frame",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.17",
|
|
5
5
|
"author": "leecheck qlqz-studio",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dist/index.d.ts",
|
|
12
12
|
"dist/index.mjs",
|
|
13
13
|
"dist/index.umd.js",
|
|
14
|
-
"dist/
|
|
14
|
+
"dist/index.css"
|
|
15
15
|
],
|
|
16
16
|
"scripts": {
|
|
17
17
|
"dev": "vite --port 5175",
|