@fox-js/foxui-pc 4.0.1-3 → 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.
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.fox-item.is-error .el-input__wrapper{-webkit-box-shadow:0 0 0 1px var(--el-color-danger) inset;box-shadow:0 0 0 1px var(--el-color-danger) inset}.fox-page{width:100%}.fox-header-bar{position:absolute;z-index:10;top:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44px;width:100%;padding:13px 16px;background:#fff;color:#1a1a1a;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 1px 7px 0px rgb(237,238,241);box-shadow:0 1px 7px #edeef1}.fox-footer-bar{position:absolute;z-index:10;bottom:0;left:0;right:0;border:0px;border-bottom:1px solid #eee;border-top:1px solid #eee;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.fox-footer-bar__left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-footer-bar__right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-footer-bar__center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-footer-bar>.fox-button{margin-right:20px;min-width:120px}.fox-footer-bar>.fox-button:last-child{margin-right:0}.fox-content{display:block;overflow-x:hidden;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.fox-group{display:block;background:#fff}.fox-group__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;justify-items:center;padding:0 10px;margin-bottom:10px}.fox-group__title-mark{display:inline-block;width:3px;height:15px;background:#409eff}.fox-group__title-text{display:inline-block;margin-left:12px;color:#404d6a;font-size:14px;line-height:20px}.fox-group__gutter:last-child{padding-right:0!important}.fox-group__gutter:first-child{padding-left:0!important}.fox-group__flex{display:-webkit-box;display:-ms-flexbox;display:flex}.fox-group__flex:after{display:none}.fox-group__flex .fox-item{float:none}.fox-group__justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.fox-group__justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-group__justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-group__justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group__justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.fox-group__justify-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.fox-group__align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.fox-group__align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group__align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.fox-group__flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.fox-group__flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.fox-group__flex-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.fox-theme-dark .fox-item{background:#131313}.fox-theme-dark .fox-item .label,.fox-theme-dark .fox-item .content{color:#fff}.fox-item{position:relative;width:100%;padding:10px 0;margin-bottom:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}.fox-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-item__gutter:last-child{padding-right:0!important}.fox-item__gutter:first-child{padding-left:0!important}.fox-item__input--border{border-bottom:0px solid #eaf0fb}.fox-item__main{display:-webkit-box;display:-ms-flexbox;display:flex}.fox-item__main--top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-item__main--left,.fox-item__main--right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-item__main .label{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.fox-item__main .label--top{text-align:left;width:100%}.fox-item__main .label--left{text-align:left;width:30%}.fox-item__main .label--right{text-align:right;width:30%}.fox-item__main .label--required:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:5px;color:#ee0a24;content:"*"}.fox-item__main .label--string{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-left:15px;margin-right:5px}.fox-item__main .content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;position:relative}.fox-item__main .content--default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.fox-item__tip{position:absolute;bottom:-6px;font-size:12px;line-height:12px;text-align:left;padding-left:30%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-item__tip--info{color:#409eff}.fox-item__tip--warn{color:#e6a23c}.fox-item__tip--error{color:#ee0a24}.fox-item__animate-enter-from{opacity:0}.fox-item__animate-enter-to{-webkit-animation-name:foxEaseIn;animation-name:foxEaseIn}.fox-item__animate-leave-from{opacity:1}.fox-item__animate-leave-to{-webkit-animation-name:foxEaseOut;animation-name:foxEaseOut}.fox-item__animate-enter-active,.fox-item__animate-leave-active{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fox-slot-item{margin-bottom:0;border:none;padding:0}.fox-slot-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-row-item{padding:10px 0;margin-bottom:14px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-row-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-row-item__left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-row-item__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-row-item__center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-hint-text{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:3000;padding:0 6px;-webkit-box-shadow:4px 4px 8px rgba(0,0,0,.3);box-shadow:4px 4px 8px #0000004d;border:0px solid rgba(0,0,0,.3);border-radius:3px;font-size:18px;color:#fff;background-color:#000c}.fox-hint-text__content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:1;pointer-events:none;overflow:hidden}.fox-hint-text__content .text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fox-hint-text__arrow{position:absolute;left:20px;width:0;height:0;content:"";border:5px solid transparent;border-top-color:#000c}.hint-text-fade-enter-active,.hint-text-fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.hint-text-fade-enter-from,.hint-text-fade-leave-to{opacity:0}.fox-input-item,.fox-select-item{width:100%}.fox-date-item,.fox-time-item,.fox-time-select-item{width:100%!important}.fox-money-item{width:100%}.fox-money-item__append{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px}.fox-money-item__append .action{width:16px}.fox-money-item__append .hidden{display:none}.fox-money-item__disabled{color:#c8c9cc!important}.fox-money-item__disabled input:disabled{background:none;color:#c8c9cc;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#c8c9cc}.fox-money-item__placeholder input{color:#000}.fox-money-item__placeholder input::-webkit-input-placeholder{color:#000}.fox-money-item__placeholder input::-moz-placeholder{color:#000}.fox-money-item__placeholder input::-ms-input-placeholder{color:#000}.fox-item__main--top .fox-input-item{padding:0 5px 0 15px}.fox-item__main--left .fox-input-item,.fox-item__main--right .fox-input-item{padding:0 5px 0 0}.fox-cascader-item,.fox-autocomplete-item,.fox-table-item{width:100%}.fox-table-item__wrap{width:1px}.fox-table-item__pagination{margin-top:10px}.fox-table-item__pagination__left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-table-item__pagination__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-rate-item,.fox-switch-item{width:100%}.fox-price{font-size:16px;display:inline;color:#fa2c19}.fox-price--symbol{display:inline-block;font-size:16px}.fox-price--large,.fox-price--point{display:inline-block;font-size:24px}.fox-price--decimal-large,.fox-price--symbol-large{display:inline-block;font-size:18px}.fox-price--normal{display:inline-block;font-size:16px}.fox-price--decimal-normal,.fox-price--symbol-normal{display:inline-block;font-size:14px}.fox-price--small{display:inline-block;font-size:12px}.fox-price--decimal-small,.fox-price--symbol-small{display:inline-block;font-size:10px}
1
+ @charset "UTF-8";.fox-item.is-error .el-input__wrapper{-webkit-box-shadow:0 0 0 1px var(--el-color-danger) inset;box-shadow:0 0 0 1px var(--el-color-danger) inset}.fox-page{width:100%}.fox-header-bar{position:absolute;z-index:10;top:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44px;width:100%;padding:13px 16px;background:#fff;color:#1a1a1a;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 1px 7px 0px rgb(237,238,241);box-shadow:0 1px 7px #edeef1}.fox-footer-bar{position:absolute;z-index:10;bottom:0;left:0;right:0;border:0px;border-bottom:1px solid #eee;border-top:1px solid #eee;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.fox-footer-bar__left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-footer-bar__right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-footer-bar__center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-footer-bar>.fox-button{margin-right:20px;min-width:120px}.fox-footer-bar>.fox-button:last-child{margin-right:0}.fox-content{display:block;overflow-x:hidden;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.fox-group{display:block;background:#fff}.fox-group__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;justify-items:center;padding:0 10px;margin-bottom:10px}.fox-group__title-mark{display:inline-block;width:3px;height:15px;background:#409eff}.fox-group__title-text{display:inline-block;color:#404d6a;font-size:14px;line-height:20px}.fox-group__gutter:last-child{padding-right:0!important}.fox-group__gutter:first-child{padding-left:0!important}.fox-group__flex{display:-webkit-box;display:-ms-flexbox;display:flex}.fox-group__flex:after{display:none}.fox-group__flex .fox-item{float:none}.fox-group__justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.fox-group__justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-group__justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-group__justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group__justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.fox-group__justify-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.fox-group__align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.fox-group__align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-group__align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.fox-group__flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.fox-group__flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.fox-group__flex-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.fox-group__title-mark+.fox-group__title-text{margin-left:12px}.fox-theme-dark .fox-item{background:#131313}.fox-theme-dark .fox-item .label,.fox-theme-dark .fox-item .content{color:#fff}.fox-item{position:relative;width:100%;padding:10px 0;margin-bottom:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}.fox-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-item__gutter:last-child{padding-right:0!important}.fox-item__gutter:first-child{padding-left:0!important}.fox-item__input--border{border-bottom:0px solid #eaf0fb}.fox-item__main{display:-webkit-box;display:-ms-flexbox;display:flex}.fox-item__main--top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-item__main--left,.fox-item__main--right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.fox-item__main .label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.fox-item__main .label--top{text-align:left;width:100%}.fox-item__main .label--left{text-align:left;width:30%}.fox-item__main .label--right{text-align:right;width:30%}.fox-item__main .label--required:before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:5px;color:#ee0a24;content:"*"}.fox-item__main .label--string{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-left:15px;margin-right:5px}.fox-item__main .content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;position:relative}.fox-item__main .content--default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.fox-item__tip{position:absolute;bottom:-6px;font-size:12px;line-height:12px;text-align:left;padding-left:30%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-item__tip--info{color:#409eff}.fox-item__tip--warn{color:#e6a23c}.fox-item__tip--error{color:#ee0a24}.fox-item__animate-enter-from{opacity:0}.fox-item__animate-enter-to{-webkit-animation-name:foxEaseIn;animation-name:foxEaseIn}.fox-item__animate-leave-from{opacity:1}.fox-item__animate-leave-to{-webkit-animation-name:foxEaseOut;animation-name:foxEaseOut}.fox-item__animate-enter-active,.fox-item__animate-leave-active{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fox-slot-item{margin-bottom:0;border:none;padding:0}.fox-slot-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-row-item{padding:10px 0;margin-bottom:14px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fox-row-item__stretch{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fox-row-item__left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-row-item__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-row-item__center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fox-hint-text{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:3000;padding:0 6px;-webkit-box-shadow:4px 4px 8px rgba(0,0,0,.3);box-shadow:4px 4px 8px #0000004d;border:0px solid rgba(0,0,0,.3);border-radius:3px;font-size:18px;color:#fff;background-color:#000c}.fox-hint-text__content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:1;pointer-events:none;overflow:hidden}.fox-hint-text__content .text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fox-hint-text__arrow{position:absolute;left:20px;width:0;height:0;content:"";border:5px solid transparent;border-top-color:#000c}.hint-text-fade-enter-active,.hint-text-fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.hint-text-fade-enter-from,.hint-text-fade-leave-to{opacity:0}.fox-input-item,.fox-select-item{width:100%}.fox-date-item,.fox-time-item,.fox-time-select-item{width:100%!important}.fox-money-item{width:100%}.fox-money-item__append{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px}.fox-money-item__append .action{width:16px}.fox-money-item__append .hidden{display:none}.fox-money-item__disabled{color:#c8c9cc!important}.fox-money-item__disabled input:disabled{background:none;color:#c8c9cc;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#c8c9cc}.fox-money-item__placeholder input{color:#000}.fox-money-item__placeholder input::-webkit-input-placeholder{color:#000}.fox-money-item__placeholder input::-moz-placeholder{color:#000}.fox-money-item__placeholder input::-ms-input-placeholder{color:#000}.fox-cascader-item,.fox-autocomplete-item,.fox-table-item{width:100%}.fox-table-item__wrap{width:1px}.fox-table-item__pagination{margin-top:10px}.fox-table-item__pagination__left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fox-table-item__pagination__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fox-rate-item,.fox-switch-item{width:100%}.fox-price{font-size:16px;display:inline;color:#fa2c19}.fox-price--symbol{display:inline-block;font-size:16px}.fox-price--large,.fox-price--point{display:inline-block;font-size:24px}.fox-price--decimal-large,.fox-price--symbol-large{display:inline-block;font-size:18px}.fox-price--normal{display:inline-block;font-size:16px}.fox-price--decimal-normal,.fox-price--symbol-normal{display:inline-block;font-size:14px}.fox-price--small{display:inline-block;font-size:12px}.fox-price--decimal-small,.fox-price--symbol-small{display:inline-block;font-size:10px}
package/dist/style.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 Tue Nov 15 2022 19:03:19 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Thu Nov 17 2022 23:46:42 GMT+0800 (中国标准时间)
3
3
  */
4
4
  const t = "";
5
5
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
- "version": "4.0.1-3",
3
+ "version": "4.0.1-5",
4
4
  "description": "FoxUI PC端组件库",
5
5
  "author": "jiangcheng",
6
6
  "main": "dist/index.umd.js",