@kq_npm/client3d_webgl_vue 4.0.2-beta → 4.0.3-beta
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/index.js +16305 -13054
- package/modelfilter/index.js +953 -0
- package/modelfilter/style/index.js +3 -0
- package/modelfilter/style/modelfilter.css +1 -0
- package/{profileanalysis → modelprofileanalysis}/index.js +24 -24
- package/modelprofileanalysis/style/index.js +3 -0
- package/modelprofileanalysis/style/modelprofileanalysis.css +1 -0
- package/package.json +1 -1
- package/scenceview/index.js +9919 -6548
- package/style.css +1 -1
- package/underground/index.js +10 -14
- package/videofusion/index.js +1461 -0
- package/videofusion/style/index.js +3 -0
- package/videofusion/style/videofusion.css +1 -0
- package/videoproject/index.js +1449 -0
- package/videoproject/style/index.js +3 -0
- package/videoproject/style/videoproject.css +1 -0
- package/profileanalysis/style/index.js +0 -3
- package/profileanalysis/style/profileanalysis.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.kq3d-video-fusion{z-index:999;border-radius:var(--kq-border-radius-base);padding:16px;pointer-events:auto;cursor:default;background-color:var(--kq-bg-color)}.kq3d-video-fusion .kq3d-video-fusion-box{width:360px}.kq3d-video-fusion .kq-row{margin-bottom:0}.kq3d-video-fusion .rowClass{margin-bottom:8px;margin:0}.kq3d-video-fusion .rowClass .kq-input{height:32px;line-height:32px}.kq3d-video-fusion .colClass{margin:0}.kq3d-video-fusion .kq-radio{height:35px}.kq3d-video-fusion .kq3d-video-fusion-span{color:var(--kq-text-color-regular);line-height:32px;font-size:var(--kq-font-size-base)}.kq3d-video-fusion .kq-select{width:100%}.kq3d-video-fusion .kq3d-video-fusion-tip{color:var(--kq-text-color-regular);font-size:var(--kq-font-size-base)}.kq3d-video-fusion .kq3d-video-fusion-tip p{margin:8px 0 16px}.kq3d-video-fusion .kq3d-video-fusion-collapse .kq-row{display:block}.kq3d-video-fusion .kq3d-video-fusion-collapse .kq-divider--horizontal{margin:0}.kq3d-video-fusion .kq-collapse{border:unset}.kq3d-video-fusion .kq-collapse .kq-collapse-item__header{border:unset;height:38px;background-color:var(--kq-fill-color-light);font-weight:700;padding:0 16px;font-size:16px}.kq3d-video-fusion .kq-collapse .kq-collapse-item__arrow{margin:0 0 0 auto}.kq3d-video-fusion .kq-collapse .kq-collapse-item__wrap .kq-collapse-item__content{padding-bottom:unset;border:unset;padding-top:10px}.kq3d-video-fusion .kq-form-item{margin-bottom:8px}.kq3d-video-fusion .kq-form-item__content{text-align:end;display:block}.kq3d-video-fusion .kq-slider{width:95%}.kq3d-video-fusion .kq-slider .kq-slider__button{width:14px;height:14px}.kq3d-video-fusion .kq-input-number.is-controls-right{width:65px}.kq3d-video-fusion .kq-input-number.is-controls-right .kq-input-number__decrease,.kq3d-video-fusion .kq-input-number.is-controls-right .kq-input-number__increase{width:20px}.kq3d-video-fusion .kq-col-8 .kq-input-number .kq-input__wrapper,.kq3d-video-fusion .kq-input-number.is-controls-right .kq-input__wrapper{padding-left:0;padding-right:20px}.kq3d-video-fusion .kq3d-video-fusion-footer{text-align:right;padding:16px 0 0}.kq3d-video-fusion .kq-input-group__append{padding:0 12px}
|