|
|
@@ -256,6 +256,7 @@
|
|
|
</template>
|
|
|
<!-- 添加/修改页面 将父组件的search方法传递给子组件-->
|
|
|
<add-or-update v-if="showFlag" :parent="this" ref="addOrUpdate"></add-or-update>
|
|
|
+ <!-- 明细 -->
|
|
|
<forecasting-detail v-if="showForecastingFlag" :parent="this" ref="forecastingDetail"></forecasting-detail>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -416,664 +417,5 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
-.center-form-pv {
|
|
|
- .el-date-editor.el-input {
|
|
|
- width: auto;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.el-input {
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-
|
|
|
-// form
|
|
|
-.center-form-pv .el-input {
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-.center-form-pv .el-input ::v-deep .el-input__inner {
|
|
|
- border: 1px solid #ddd;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 12px;
|
|
|
- color: #666;
|
|
|
- width: 150px;
|
|
|
- font-size: 15px;
|
|
|
- height: 40px;
|
|
|
-}
|
|
|
-.center-form-pv .el-select {
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-.center-form-pv .el-select ::v-deep .el-input__inner {
|
|
|
- border: 1px solid #ddd;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 10px;
|
|
|
- color: #666;
|
|
|
- width: 150px;
|
|
|
- font-size: 15px;
|
|
|
- height: 40px;
|
|
|
-}
|
|
|
-.center-form-pv .el-date-editor {
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .el-date-editor ::v-deep .el-input__inner {
|
|
|
- border: 1px solid #ddd;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 10px 0 30px;
|
|
|
- color: #666;
|
|
|
- width: 150px;
|
|
|
- font-size: 15px;
|
|
|
- height: 40px;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .search {
|
|
|
- border: 0;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 20px;
|
|
|
- color: #fff;
|
|
|
- background: #0977fd;
|
|
|
- width: auto;
|
|
|
- font-size: 16px;
|
|
|
- min-width: 90px;
|
|
|
- height: 40px;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .search:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .actions .add {
|
|
|
- border: 1px solid #0977fd60;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 10px;
|
|
|
- margin: 4px;
|
|
|
- color: #0977fd;
|
|
|
- background: #fff;
|
|
|
- width: auto;
|
|
|
- font-size: inherit;
|
|
|
- height: 34px;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .actions .add:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .actions .del {
|
|
|
- border: 1px solid #cc000060;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 10px;
|
|
|
- margin: 4px;
|
|
|
- color: #c00;
|
|
|
- background: #fff;
|
|
|
- width: auto;
|
|
|
- font-size: inherit;
|
|
|
- height: 34px;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .actions .del:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .actions .statis {
|
|
|
- border: 1px solid #e0970460;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 20px;
|
|
|
- margin: 4px;
|
|
|
- color: #e09704;
|
|
|
- background: #fff;
|
|
|
- width: auto;
|
|
|
- font-size: inherit;
|
|
|
- height: 34px;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .actions .statis:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .actions .btn18 {
|
|
|
- border: 1px solid #ed9a0d60;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 10px;
|
|
|
- margin: 4px;
|
|
|
- color: #ed9a0d;
|
|
|
- background: #fff;
|
|
|
- width: auto;
|
|
|
- font-size: inherit;
|
|
|
- height: 34px;
|
|
|
-}
|
|
|
-
|
|
|
-.center-form-pv .actions .btn18:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-// table
|
|
|
-.el-table ::v-deep .el-table__header-wrapper thead {
|
|
|
- color: #999;
|
|
|
- background: #fff;
|
|
|
- font-weight: 500;
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__header-wrapper thead tr {
|
|
|
- background: #cae2ff;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__header-wrapper thead tr th {
|
|
|
- padding: 8px 0;
|
|
|
- background: none;
|
|
|
- border-color: #f6f6f6;
|
|
|
- border-width: 0 0px 0px 0;
|
|
|
- border-style: solid;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__header-wrapper thead tr th .cell {
|
|
|
- padding: 0 0 0 5px;
|
|
|
- word-wrap: normal;
|
|
|
- color: #0977fd;
|
|
|
- white-space: normal;
|
|
|
- font-weight: bold;
|
|
|
- display: flex;
|
|
|
- vertical-align: middle;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 24px;
|
|
|
- text-overflow: ellipsis;
|
|
|
- word-break: break-all;
|
|
|
- width: 100%;
|
|
|
- align-items: center;
|
|
|
- position: relative;
|
|
|
- min-width: 110px;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr {
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td {
|
|
|
- padding: 4px 0;
|
|
|
- color: #333;
|
|
|
- background: #fff;
|
|
|
- font-size: inherit;
|
|
|
- border-color: #0977fd30;
|
|
|
- border-width: 0 0px 1px 0;
|
|
|
- border-style: solid;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr:hover td {
|
|
|
- padding: 4px 0;
|
|
|
- color: #333;
|
|
|
- background: #f4f9ff;
|
|
|
- border-color: #0977fd30;
|
|
|
- border-width: 0 0px 1px 0;
|
|
|
- border-style: solid;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td {
|
|
|
- padding: 4px 0;
|
|
|
- color: #333;
|
|
|
- background: #fff;
|
|
|
- font-size: inherit;
|
|
|
- border-color: #0977fd30;
|
|
|
- border-width: 0 0px 1px 0;
|
|
|
- border-style: solid;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .cell {
|
|
|
- padding: 0 0 0 5px;
|
|
|
- overflow: hidden;
|
|
|
- word-break: break-all;
|
|
|
- white-space: normal;
|
|
|
- font-size: inherit;
|
|
|
- line-height: 24px;
|
|
|
- text-overflow: ellipsis;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .view {
|
|
|
- border: 1px solid #0977fd60;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 10px;
|
|
|
- margin: 0 5px 5px 0;
|
|
|
- color: #0977fd;
|
|
|
- background: #fff;
|
|
|
- width: auto;
|
|
|
- font-size: 14px;
|
|
|
- height: 32px;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .view:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .add {
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .add:hover {
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .edit {
|
|
|
- border: 1px solid #21c79260;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 10px;
|
|
|
- margin: 0 5px 5px 0;
|
|
|
- color: #21c792;
|
|
|
- background: #fff;
|
|
|
- width: auto;
|
|
|
- font-size: 14px;
|
|
|
- height: 32px;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .edit:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .del {
|
|
|
- border: 1px solid #cc000060;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 10px;
|
|
|
- margin: 0 5px 5px 0;
|
|
|
- color: #c00;
|
|
|
- background: #fff;
|
|
|
- width: auto;
|
|
|
- font-size: 14px;
|
|
|
- height: 32px;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .del:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .btn8 {
|
|
|
- border: 1px solid #ed9a0d60;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 0px;
|
|
|
- padding: 0 10px;
|
|
|
- margin: 0 5px 5px 0;
|
|
|
- color: #ed9a0d;
|
|
|
- background: #fff;
|
|
|
- width: auto;
|
|
|
- font-size: 14px;
|
|
|
- height: 32px;
|
|
|
-}
|
|
|
-
|
|
|
-.el-table ::v-deep .el-table__body-wrapper tbody tr td .btn8:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-// pagination
|
|
|
-.main-content .el-pagination ::v-deep .el-pagination__total {
|
|
|
- margin: 0 10px 0 0;
|
|
|
- color: #666;
|
|
|
- font-weight: 400;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- font-size: inherit;
|
|
|
- line-height: 28px;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .btn-prev {
|
|
|
- border: none;
|
|
|
- border-radius: 100px;
|
|
|
- padding: 0;
|
|
|
- margin: 0 5px;
|
|
|
- color: #fff;
|
|
|
- background: #000;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- width: 28px;
|
|
|
- font-size: 16px;
|
|
|
- line-height: auto;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .btn-next {
|
|
|
- border: none;
|
|
|
- border-radius: 100%;
|
|
|
- padding: 0;
|
|
|
- margin: 0 5px;
|
|
|
- color: #fff;
|
|
|
- background: #000;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- width: 28px;
|
|
|
- font-size: 16px;
|
|
|
- line-height: auto;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .btn-prev:disabled {
|
|
|
- border: none;
|
|
|
- cursor: not-allowed;
|
|
|
- padding: 0;
|
|
|
- margin: 0 5px;
|
|
|
- color: #666;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- font-size: 16px;
|
|
|
- line-height: auto;
|
|
|
- border-radius: 100px;
|
|
|
- background: #ccc;
|
|
|
- width: 28px;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .btn-next:disabled {
|
|
|
- border: none;
|
|
|
- cursor: not-allowed;
|
|
|
- padding: 0;
|
|
|
- margin: 0 5px;
|
|
|
- color: #666;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- font-size: 16px;
|
|
|
- line-height: auto;
|
|
|
- border-radius: 100px;
|
|
|
- background: #ccc;
|
|
|
- width: 28px;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pager {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pager .number {
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 100%;
|
|
|
- padding: 0 10px;
|
|
|
- margin: 0 2px;
|
|
|
- color: #fff;
|
|
|
- background: #b9b9b9;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 28px;
|
|
|
- text-align: center;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pager .number:hover {
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 100%;
|
|
|
- padding: 0 10px;
|
|
|
- margin: 0 2px;
|
|
|
- color: #fff;
|
|
|
- background: #0977fd;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 28px;
|
|
|
- text-align: center;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pager .number.active {
|
|
|
- cursor: default;
|
|
|
- border-radius: 100%;
|
|
|
- padding: 0 10px;
|
|
|
- margin: 0 2px;
|
|
|
- color: #fff;
|
|
|
- background: #0977fd;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- font-size: 16px;
|
|
|
- line-height: 28px;
|
|
|
- text-align: center;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pagination__sizes {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- font-size: 15px;
|
|
|
- line-height: 28px;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pagination__sizes .el-input {
|
|
|
- margin: 0 5px;
|
|
|
- width: 100px;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pagination__sizes .el-input .el-input__inner {
|
|
|
- border: 1px solid #dcdfe6;
|
|
|
- cursor: pointer;
|
|
|
- padding: 0 25px 0 8px;
|
|
|
- color: #606266;
|
|
|
- display: inline-block;
|
|
|
- font-size: 15px;
|
|
|
- line-height: 28px;
|
|
|
- border-radius: 10px;
|
|
|
- outline: 0;
|
|
|
- background: #fff;
|
|
|
- width: 100%;
|
|
|
- text-align: center;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pagination__sizes .el-input span.el-input__suffix {
|
|
|
- top: 0;
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pagination__sizes .el-input .el-input__suffix .el-select__caret {
|
|
|
- cursor: pointer;
|
|
|
- color: #c0c4cc;
|
|
|
- width: 25px;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 28px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pagination__jump {
|
|
|
- margin: 0 0 0 24px;
|
|
|
- color: #606266;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- font-size: 15px;
|
|
|
- line-height: 28px;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pagination__jump .el-input {
|
|
|
- border-radius: 3px;
|
|
|
- padding: 0 2px;
|
|
|
- margin: 0 2px;
|
|
|
- display: inline-block;
|
|
|
- width: 50px;
|
|
|
- font-size: 15px;
|
|
|
- line-height: 18px;
|
|
|
- position: relative;
|
|
|
- text-align: center;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-pagination ::v-deep .el-pagination__jump .el-input .el-input__inner {
|
|
|
- border: 1px solid #dcdfe6;
|
|
|
- cursor: pointer;
|
|
|
- padding: 0 3px;
|
|
|
- color: #606266;
|
|
|
- display: inline-block;
|
|
|
- font-size: 15px;
|
|
|
- line-height: 28px;
|
|
|
- border-radius: 3px;
|
|
|
- outline: 0;
|
|
|
- background: #fff;
|
|
|
- width: 100%;
|
|
|
- text-align: center;
|
|
|
- height: 28px;
|
|
|
-}
|
|
|
-
|
|
|
-// list one
|
|
|
-.one .list1-view {
|
|
|
- border: 0;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 4px;
|
|
|
- padding: 0 15px;
|
|
|
- margin: 0 5px 5px 0;
|
|
|
- outline: none;
|
|
|
- color: #fff;
|
|
|
- background: #157ed2;
|
|
|
- width: auto;
|
|
|
- font-size: 14px;
|
|
|
- height: 32px;
|
|
|
-}
|
|
|
-
|
|
|
-.one .list1-view:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.one .list1-edit {
|
|
|
- border: 0;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 4px;
|
|
|
- padding: 0 15px;
|
|
|
- margin: 0 5px 5px 0;
|
|
|
- outline: none;
|
|
|
- color: #fff;
|
|
|
- background: #409eff;
|
|
|
- width: auto;
|
|
|
- font-size: 14px;
|
|
|
- height: 32px;
|
|
|
-}
|
|
|
-
|
|
|
-.one .list1-edit:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.one .list1-del {
|
|
|
- border: 0;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 4px;
|
|
|
- padding: 0 15px;
|
|
|
- margin: 0 5px 5px 0;
|
|
|
- outline: none;
|
|
|
- color: #fff;
|
|
|
- background: rgba(255, 0, 0, 1);
|
|
|
- width: auto;
|
|
|
- font-size: 14px;
|
|
|
- height: 32px;
|
|
|
-}
|
|
|
-
|
|
|
-.one .list1-del:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.one .list1-btn8 {
|
|
|
- border: 0;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 4px;
|
|
|
- padding: 0 24px;
|
|
|
- margin: 0 5px 5px 0;
|
|
|
- outline: none;
|
|
|
- color: #fff;
|
|
|
- background: rgba(255, 128, 0, 1);
|
|
|
- width: auto;
|
|
|
- font-size: 14px;
|
|
|
- height: 32px;
|
|
|
-}
|
|
|
-
|
|
|
-.one .list1-btn8:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-table .el-switch {
|
|
|
- display: inline-flex;
|
|
|
- vertical-align: middle;
|
|
|
- line-height: 30px;
|
|
|
- position: relative;
|
|
|
- align-items: center;
|
|
|
- height: 30px;
|
|
|
-}
|
|
|
-.main-content .el-table .el-switch ::v-deep .el-switch__label--left {
|
|
|
- cursor: pointer;
|
|
|
- margin: 0 10px 0 0;
|
|
|
- color: #333;
|
|
|
- font-weight: 500;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- font-size: 16px;
|
|
|
- transition: 0.2s;
|
|
|
- height: 30px;
|
|
|
-}
|
|
|
-.main-content .el-table .el-switch ::v-deep .el-switch__label--right {
|
|
|
- cursor: pointer;
|
|
|
- margin: 0 0 0 10px;
|
|
|
- color: #333;
|
|
|
- font-weight: 500;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- font-size: 16px;
|
|
|
- transition: 0.2s;
|
|
|
- height: 30px;
|
|
|
-}
|
|
|
-.main-content .el-table .el-switch ::v-deep .el-switch__core {
|
|
|
- border: 1px solid #75c0d6;
|
|
|
- cursor: pointer;
|
|
|
- border-radius: 15px;
|
|
|
- margin: 0;
|
|
|
- background: #75c0d6;
|
|
|
- display: inline-block;
|
|
|
- width: 42px;
|
|
|
- box-sizing: border-box;
|
|
|
- transition: border-color 0.3s, background-color 0.3s;
|
|
|
- height: 20px;
|
|
|
-}
|
|
|
-.main-content .el-table .el-switch ::v-deep .el-switch__core::after {
|
|
|
- border-radius: 100%;
|
|
|
- top: 1px;
|
|
|
- left: 1px;
|
|
|
- background: #fff;
|
|
|
- width: 16px;
|
|
|
- position: absolute;
|
|
|
- transition: all 0.3s;
|
|
|
- height: 16px;
|
|
|
-}
|
|
|
-.main-content .el-table .el-switch.is-checked ::v-deep .el-switch__core::after {
|
|
|
- margin: 0 0 0 -18px;
|
|
|
- left: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.main-content .el-table .el-rate ::v-deep .el-rate__item {
|
|
|
- cursor: pointer;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- font-size: 0;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.main-content .el-table .el-rate ::v-deep .el-rate__item .el-rate__icon {
|
|
|
- margin: 0 3px;
|
|
|
- display: inline-block;
|
|
|
- font-size: 18px;
|
|
|
- position: relative;
|
|
|
- transition: 0.3s;
|
|
|
-}
|
|
|
-::v-deep .el-radio-button__orig-radio:checked + .el-radio-button__inner {
|
|
|
- background-color: #0977fd;
|
|
|
-}
|
|
|
-.tb-style {
|
|
|
-}
|
|
|
+@import '@/assets/css/page.scss';
|
|
|
</style>
|