|
@@ -1,310 +1,287 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <div class="rightSpot">
|
|
|
|
|
- <div class="title">
|
|
|
|
|
- <div class="tltLeft">
|
|
|
|
|
- <span class="blue">
|
|
|
|
|
- <svg class="icon svg-icon" aria-hidden="true">
|
|
|
|
|
- <use xlink:href="#icon-shuzhuangtu"></use>
|
|
|
|
|
- </svg>
|
|
|
|
|
- 铜杆(吨)
|
|
|
|
|
- </span>
|
|
|
|
|
- <span class="green ml10">正常</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="tltBtns">
|
|
|
|
|
- <a-button class="blueBtn">修改</a-button>
|
|
|
|
|
- <a-button class="redBtn">停用</a-button>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="spotCont">
|
|
|
|
|
- <a-collapse class="spotCollapse" :bordered="false">
|
|
|
|
|
- <template #expandIcon="props">
|
|
|
|
|
- <svg class="icon svg-icon" aria-hidden="true" v-if="props.isActive == 0">
|
|
|
|
|
- <use xlink:href="#icon-shouqi1"></use>
|
|
|
|
|
- </svg>
|
|
|
|
|
- <svg class="icon svg-icon" aria-hidden="true" v-else>
|
|
|
|
|
- <use xlink:href="#icon-shouqi2"></use>
|
|
|
|
|
- </svg>
|
|
|
|
|
|
|
+ <div class="rightSpot">
|
|
|
|
|
+ <div class="title">
|
|
|
|
|
+ <div class="tltLeft">
|
|
|
|
|
+ <span class="blue">
|
|
|
|
|
+ <svg class="icon svg-icon"
|
|
|
|
|
+ aria-hidden="true">
|
|
|
|
|
+ <use xlink:href="#icon-shuzhuangtu"></use>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ {{selctedDeliveryGoods.data.deliverygoodsname}}({{getGoodsUnit(selctedDeliveryGoods.data.agreeunit)}})
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span class="green ml10">{{selctedDeliveryGoods.data.dgstatus ? '正常' : '停用'}}</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="tltBtns">
|
|
|
|
|
+ <a-button class="blueBtn">修改</a-button>
|
|
|
|
|
+ <a-button class="redBtn">停用</a-button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="spotCont">
|
|
|
|
|
+ <a-collapse class="spotCollapse"
|
|
|
|
|
+ :bordered="false">
|
|
|
|
|
+ <template #expandIcon="props">
|
|
|
|
|
+ <svg class="icon svg-icon"
|
|
|
|
|
+ aria-hidden="true"
|
|
|
|
|
+ v-if="props.isActive == 0">
|
|
|
|
|
+ <use xlink:href="#icon-shouqi1"></use>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ <svg class="icon svg-icon"
|
|
|
|
|
+ aria-hidden="true"
|
|
|
|
|
+ v-else>
|
|
|
|
|
+ <use xlink:href="#icon-shouqi2"></use>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ <a-collapse-panel key="1">
|
|
|
|
|
+ <template #header>
|
|
|
|
|
+ <a-row class="headRow">
|
|
|
|
|
+ <a-col :span="8">品类({{selctedDeliveryGoods.gmlist.length}})</a-col>
|
|
|
|
|
+ <a-col :span="8">单位</a-col>
|
|
|
|
|
+ <a-col :span="8">标仓系数</a-col>
|
|
|
|
|
+ </a-row>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ <a-row class="contRow"
|
|
|
|
|
+ v-for="(item, i) in selctedDeliveryGoods.gmlist"
|
|
|
|
|
+ :key="i + '11'">
|
|
|
|
|
+ <a-col :span="8">{{item.wrstandardname}}</a-col>
|
|
|
|
|
+ <a-col :span="8">{{item.enumdicname}}</a-col>
|
|
|
|
|
+ <a-col :span="8">{{item.convertfactor}}</a-col>
|
|
|
|
|
+ </a-row>
|
|
|
|
|
+ </a-collapse-panel>
|
|
|
|
|
+ <a-collapse-panel key="2">
|
|
|
|
|
+ <template #header>
|
|
|
|
|
+ <a-row class="headRow">
|
|
|
|
|
+ <a-col :span="24">品牌({{selctedDeliveryGoods.gblist.length}})</a-col>
|
|
|
|
|
+ </a-row>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ <a-row class="contRow"
|
|
|
|
|
+ v-for="(item, i) in selctedDeliveryGoods.gblist"
|
|
|
|
|
+ :key="i + '22'">
|
|
|
|
|
+ <a-col :span="24">{{item.brandname}}</a-col>
|
|
|
|
|
+ </a-row>
|
|
|
|
|
+ </a-collapse-panel>
|
|
|
|
|
+ <a-collapse-panel key="3">
|
|
|
|
|
+ <template #header>
|
|
|
|
|
+ <a-row class="headRow">
|
|
|
|
|
+ <a-col :span="8">套保品种({{selctedDeliveryGoods.mgList.length}})</a-col>
|
|
|
|
|
+ <a-col :span="8">单位</a-col>
|
|
|
|
|
+ <a-col :span="8">套保系数</a-col>
|
|
|
|
|
+ </a-row>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ <template v-for="(item, i) in selctedDeliveryGoods.mgList"
|
|
|
|
|
+ :key="i + '33'">
|
|
|
|
|
+ <a-row class="contRow">
|
|
|
|
|
+ <a-col :span="8">{{item.mg.middlegoodsname}}</a-col>
|
|
|
|
|
+ <a-col :span="8">{{item.mg.enumdicname}}</a-col>
|
|
|
|
|
+ <a-col :span="8">{{item.convertratio}}</a-col>
|
|
|
|
|
+ </a-row>
|
|
|
|
|
+ <a-collapse default-active-key="4-0">
|
|
|
|
|
+ <template #expandIcon="props">
|
|
|
|
|
+ <svg class="icon svg-icon"
|
|
|
|
|
+ aria-hidden="true"
|
|
|
|
|
+ v-if="props.isActive == 0">
|
|
|
|
|
+ <use xlink:href="#icon-shouqi1"></use>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ <svg class="icon svg-icon"
|
|
|
|
|
+ aria-hidden="true"
|
|
|
|
|
+ v-else>
|
|
|
|
|
+ <use xlink:href="#icon-shouqi2"></use>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ <a-collapse-panel>
|
|
|
|
|
+ <template #header>
|
|
|
|
|
+ <a-row class="headRow">
|
|
|
|
|
+ <a-col :span="8">{{item.mg.relatedgoodstype === 1 ? '期货合约' : '期货品种'}}({{item.gplist.length}})</a-col>
|
|
|
|
|
+ <a-col :span="8">单位</a-col>
|
|
|
|
|
+ <a-col :span="8">品种系数</a-col>
|
|
|
|
|
+ </a-row>
|
|
|
</template>
|
|
</template>
|
|
|
- <a-collapse-panel key="1">
|
|
|
|
|
- <template #header>
|
|
|
|
|
- <a-row class="headRow">
|
|
|
|
|
- <a-col :span="8">品类(3)</a-col>
|
|
|
|
|
- <a-col :span="8">单位</a-col>
|
|
|
|
|
- <a-col :span="8">标仓系数</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- </template>
|
|
|
|
|
- <a-row class="contRow">
|
|
|
|
|
- <a-col :span="8">10mm</a-col>
|
|
|
|
|
- <a-col :span="8">吨</a-col>
|
|
|
|
|
- <a-col :span="8">1.0</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- <a-row class="contRow">
|
|
|
|
|
- <a-col :span="8">12mm</a-col>
|
|
|
|
|
- <a-col :span="8">吨</a-col>
|
|
|
|
|
- <a-col :span="8">1.1</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- <a-row class="contRow">
|
|
|
|
|
- <a-col :span="8">15mm</a-col>
|
|
|
|
|
- <a-col :span="8">吨</a-col>
|
|
|
|
|
- <a-col :span="8">1.2</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- </a-collapse-panel>
|
|
|
|
|
- <a-collapse-panel key="2">
|
|
|
|
|
- <template #header>
|
|
|
|
|
- <a-row class="headRow">
|
|
|
|
|
- <a-col :span="24">品牌(2)</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- </template>
|
|
|
|
|
- <a-row class="contRow">
|
|
|
|
|
- <a-col :span="24">江铜</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- <a-row class="contRow">
|
|
|
|
|
- <a-col :span="24">云铜</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- </a-collapse-panel>
|
|
|
|
|
- <a-collapse-panel key="3">
|
|
|
|
|
- <template #header>
|
|
|
|
|
- <a-row class="headRow">
|
|
|
|
|
- <a-col :span="8">套保品种(2)</a-col>
|
|
|
|
|
- <a-col :span="8">单位</a-col>
|
|
|
|
|
- <a-col :span="8">套保系数</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- </template>
|
|
|
|
|
- <a-row class="contRow">
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- <a-collapse default-active-key="4">
|
|
|
|
|
- <template #expandIcon="props">
|
|
|
|
|
- <svg class="icon svg-icon" aria-hidden="true" v-if="props.isActive == 0">
|
|
|
|
|
- <use xlink:href="#icon-shouqi1"></use>
|
|
|
|
|
- </svg>
|
|
|
|
|
- <svg class="icon svg-icon" aria-hidden="true" v-else>
|
|
|
|
|
- <use xlink:href="#icon-shouqi2"></use>
|
|
|
|
|
- </svg>
|
|
|
|
|
- </template>
|
|
|
|
|
- <a-collapse-panel key="4">
|
|
|
|
|
- <template #header>
|
|
|
|
|
- <a-row class="headRow">
|
|
|
|
|
- <a-col :span="8">期货品种(2)</a-col>
|
|
|
|
|
- <a-col :span="8">单位</a-col>
|
|
|
|
|
- <a-col :span="8">品种系数</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- </template>
|
|
|
|
|
- <a-row class="contRow">
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- </a-collapse-panel>
|
|
|
|
|
- </a-collapse>
|
|
|
|
|
- <a-row class="contRow">
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- <a-collapse default-active-key="4">
|
|
|
|
|
- <template #expandIcon="props">
|
|
|
|
|
- <svg class="icon svg-icon" aria-hidden="true" v-if="props.isActive == 0">
|
|
|
|
|
- <use xlink:href="#icon-shouqi1"></use>
|
|
|
|
|
- </svg>
|
|
|
|
|
- <svg class="icon svg-icon" aria-hidden="true" v-else>
|
|
|
|
|
- <use xlink:href="#icon-shouqi2"></use>
|
|
|
|
|
- </svg>
|
|
|
|
|
- </template>
|
|
|
|
|
- <a-collapse-panel key="4">
|
|
|
|
|
- <template #header>
|
|
|
|
|
- <a-row class="headRow">
|
|
|
|
|
- <a-col :span="8">期货品种(2)</a-col>
|
|
|
|
|
- <a-col :span="8">单位</a-col>
|
|
|
|
|
- <a-col :span="8">品种系数</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- </template>
|
|
|
|
|
- <a-row class="contRow">
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- <a-row class="contRow">
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- <a-col :span="8">江铜</a-col>
|
|
|
|
|
- </a-row>
|
|
|
|
|
- </a-collapse-panel>
|
|
|
|
|
- </a-collapse>
|
|
|
|
|
- </a-collapse-panel>
|
|
|
|
|
|
|
+ <a-row class="contRow"
|
|
|
|
|
+ v-for="(sub, j) in item.gplist"
|
|
|
|
|
+ :key="j + 'kkk'">
|
|
|
|
|
+ <a-col :span="8">{{sub.goodsgroupname}}</a-col>
|
|
|
|
|
+ <a-col :span="8">{{sub.enumdicname}}</a-col>
|
|
|
|
|
+ <a-col :span="8">{{sub.convertratio}}</a-col>
|
|
|
|
|
+ </a-row>
|
|
|
|
|
+ </a-collapse-panel>
|
|
|
</a-collapse>
|
|
</a-collapse>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </a-collapse-panel>
|
|
|
|
|
+ </a-collapse>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ </div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
<script lang="ts">
|
|
|
- import { defineComponent, ref, PropType } from 'vue';
|
|
|
|
|
- import APP from '@/services';
|
|
|
|
|
- import { initData } from '@/common/methods';
|
|
|
|
|
- import { queryDeliveryGoods } from './setup';
|
|
|
|
|
- export default defineComponent({
|
|
|
|
|
- name: 'rightSpot',
|
|
|
|
|
- props: {},
|
|
|
|
|
- components: {},
|
|
|
|
|
- setup(props, context) {
|
|
|
|
|
- const { goodsList } = queryDeliveryGoods({});
|
|
|
|
|
- initData(() => {});
|
|
|
|
|
- return {
|
|
|
|
|
- goodsList,
|
|
|
|
|
- };
|
|
|
|
|
|
|
+import { defineComponent, ref, PropType } from 'vue';
|
|
|
|
|
+import { handleDG, getGoodsUnit } from '../../setup';
|
|
|
|
|
+import { ErmcpDeliveryGoodsDetailEx } from '@/services/go/ermcp/goodsInfo/interface';
|
|
|
|
|
+import APP from '@/services';
|
|
|
|
|
+import { initData } from '@/common/methods';
|
|
|
|
|
+
|
|
|
|
|
+export default defineComponent({
|
|
|
|
|
+ name: 'rightSpot',
|
|
|
|
|
+ props: {
|
|
|
|
|
+ selctedDeliveryGoods: {
|
|
|
|
|
+ default: handleDG,
|
|
|
|
|
+ type: Object as PropType<ErmcpDeliveryGoodsDetailEx>,
|
|
|
},
|
|
},
|
|
|
- });
|
|
|
|
|
|
|
+ },
|
|
|
|
|
+ components: {},
|
|
|
|
|
+ setup(props, context) {
|
|
|
|
|
+ initData(() => {});
|
|
|
|
|
+ return { getGoodsUnit };
|
|
|
|
|
+ },
|
|
|
|
|
+});
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="less">
|
|
<style lang="less">
|
|
|
- .rightSpot {
|
|
|
|
|
|
|
+.rightSpot {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ padding: 10px 12px;
|
|
|
|
|
+ .flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ .title {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
|
|
- padding: 10px 12px;
|
|
|
|
|
|
|
+ height: 35px;
|
|
|
.flex;
|
|
.flex;
|
|
|
- flex-direction: column;
|
|
|
|
|
- .title {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 35px;
|
|
|
|
|
- .flex;
|
|
|
|
|
- justify-content: space-between;
|
|
|
|
|
- div {
|
|
|
|
|
- align-self: center;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
- }
|
|
|
|
|
- .tltLeft {
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- .icon {
|
|
|
|
|
- font-size: 20px;
|
|
|
|
|
- fill: @m-blue0;
|
|
|
|
|
- margin-right: 10px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- .tltBtns {
|
|
|
|
|
- .ant-btn + .ant-btn {
|
|
|
|
|
- margin-left: 10px;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ div {
|
|
|
|
|
+ align-self: center;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tltLeft {
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ .icon {
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ fill: @m-blue0;
|
|
|
|
|
+ margin-right: 10px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- .spotCont {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- padding: 0 30px;
|
|
|
|
|
|
|
+ .tltBtns {
|
|
|
|
|
+ .ant-btn + .ant-btn {
|
|
|
|
|
+ margin-left: 10px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- .blue {
|
|
|
|
|
- color: @m-blue0;
|
|
|
|
|
|
|
+ .spotCont {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ padding: 0 30px;
|
|
|
}
|
|
}
|
|
|
- .green {
|
|
|
|
|
- color: @m-green0;
|
|
|
|
|
|
|
+}
|
|
|
|
|
+.blue {
|
|
|
|
|
+ color: @m-blue0;
|
|
|
|
|
+}
|
|
|
|
|
+.green {
|
|
|
|
|
+ color: @m-green0;
|
|
|
|
|
+}
|
|
|
|
|
+.ml10 {
|
|
|
|
|
+ margin-left: 10px;
|
|
|
|
|
+}
|
|
|
|
|
+.blueBtn {
|
|
|
|
|
+ width: 80px;
|
|
|
|
|
+ height: 26px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ background: linear-gradient(0deg, @m-blue2, @m-blue0);
|
|
|
|
|
+ box-shadow: -1px 0px 0px 0px #121618;
|
|
|
|
|
+ .rounded-corners(3px);
|
|
|
|
|
+ border: 0;
|
|
|
|
|
+ color: @m-white0;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ &:hover,
|
|
|
|
|
+ &:focus {
|
|
|
|
|
+ background: linear-gradient(0deg, @m-blue2-hover, @m-blue0-hover);
|
|
|
|
|
+ color: @m-white0-hover;
|
|
|
}
|
|
}
|
|
|
- .ml10 {
|
|
|
|
|
- margin-left: 10px;
|
|
|
|
|
|
|
+}
|
|
|
|
|
+.redBtn {
|
|
|
|
|
+ width: 80px;
|
|
|
|
|
+ height: 26px;
|
|
|
|
|
+ background: linear-gradient(0deg, @m-red0, @m-red1);
|
|
|
|
|
+ .rounded-corners(3px);
|
|
|
|
|
+ border: 0;
|
|
|
|
|
+ color: @m-white0;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ &:hover,
|
|
|
|
|
+ &:focus {
|
|
|
|
|
+ background: linear-gradient(0deg, @m-red0-hover, @m-red1-hover);
|
|
|
|
|
+ color: @m-white0-hover;
|
|
|
}
|
|
}
|
|
|
- .blueBtn {
|
|
|
|
|
- width: 80px;
|
|
|
|
|
- height: 26px;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- background: linear-gradient(0deg, @m-blue2, @m-blue0);
|
|
|
|
|
- box-shadow: -1px 0px 0px 0px #121618;
|
|
|
|
|
- .rounded-corners(3px);
|
|
|
|
|
|
|
+}
|
|
|
|
|
+.ant-collapse {
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+ border: 0;
|
|
|
|
|
+ .ant-collapse-item {
|
|
|
border: 0;
|
|
border: 0;
|
|
|
- color: @m-white0;
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- &:hover,
|
|
|
|
|
- &:focus {
|
|
|
|
|
- background: linear-gradient(0deg, @m-blue2-hover, @m-blue0-hover);
|
|
|
|
|
- color: @m-white0-hover;
|
|
|
|
|
|
|
+ .ant-collapse-header {
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+ border-bottom: 0;
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
- .redBtn {
|
|
|
|
|
- width: 80px;
|
|
|
|
|
- height: 26px;
|
|
|
|
|
- background: linear-gradient(0deg, @m-red0, @m-red1);
|
|
|
|
|
- .rounded-corners(3px);
|
|
|
|
|
- border: 0;
|
|
|
|
|
- color: @m-white0;
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- &:hover,
|
|
|
|
|
- &:focus {
|
|
|
|
|
- background: linear-gradient(0deg, @m-red0-hover, @m-red1-hover);
|
|
|
|
|
- color: @m-white0-hover;
|
|
|
|
|
|
|
+ .ant-collapse-content {
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+ border-top: 0;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- .ant-collapse {
|
|
|
|
|
- background-color: transparent;
|
|
|
|
|
- border: 0;
|
|
|
|
|
- .ant-collapse-item {
|
|
|
|
|
- border: 0;
|
|
|
|
|
- .ant-collapse-header {
|
|
|
|
|
- background-color: transparent;
|
|
|
|
|
- border-bottom: 0;
|
|
|
|
|
- }
|
|
|
|
|
- .ant-collapse-content {
|
|
|
|
|
- background-color: transparent;
|
|
|
|
|
- border-top: 0;
|
|
|
|
|
|
|
+}
|
|
|
|
|
+.ant-collapse.spotCollapse.ant-collapse-borderless {
|
|
|
|
|
+ margin-top: 10px;
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+ .ant-collapse-item {
|
|
|
|
|
+ border-bottom: 0;
|
|
|
|
|
+ .ant-collapse-header {
|
|
|
|
|
+ color: @m-grey17;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ border-bottom: 1px solid @m-grey18;
|
|
|
|
|
+ padding: 10px 8px 10px 44px;
|
|
|
|
|
+ height: 43px;
|
|
|
|
|
+ .ant-collapse-arrow {
|
|
|
|
|
+ fill: @m-grey17;
|
|
|
|
|
+ width: 16px;
|
|
|
|
|
+ height: 16px;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ left: 0;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
- .ant-collapse.spotCollapse.ant-collapse-borderless {
|
|
|
|
|
- margin-top: 10px;
|
|
|
|
|
- background-color: transparent;
|
|
|
|
|
- .ant-collapse-item {
|
|
|
|
|
- border-bottom: 0;
|
|
|
|
|
- .ant-collapse-header {
|
|
|
|
|
- color: @m-grey17;
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- border-bottom: 1px solid @m-grey18;
|
|
|
|
|
- padding: 10px 8px 10px 44px;
|
|
|
|
|
- height: 43px;
|
|
|
|
|
- .ant-collapse-arrow {
|
|
|
|
|
- fill: @m-grey17;
|
|
|
|
|
- width: 16px;
|
|
|
|
|
- height: 16px;
|
|
|
|
|
|
|
+ .ant-collapse-content {
|
|
|
|
|
+ .ant-collapse-content-box {
|
|
|
|
|
+ padding: 0 0 0 30px;
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+ .ant-row.contRow {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 40px;
|
|
|
|
|
+ line-height: 40px;
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
- left: 0;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- .ant-collapse-content {
|
|
|
|
|
- .ant-collapse-content-box {
|
|
|
|
|
- padding: 0 0 0 30px;
|
|
|
|
|
- background-color: transparent;
|
|
|
|
|
- .ant-row.contRow {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 40px;
|
|
|
|
|
- line-height: 40px;
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- color: @m-white1;
|
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
|
- background: #0f161c;
|
|
|
|
|
- border: 1px solid #172b56;
|
|
|
|
|
- border-radius: 3px;
|
|
|
|
|
- padding-left: 14px;
|
|
|
|
|
- padding-right: 12px;
|
|
|
|
|
- .ant-col:last-child {
|
|
|
|
|
- text-align: right;
|
|
|
|
|
- }
|
|
|
|
|
- .ant-col:first-child {
|
|
|
|
|
- text-align: left;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ color: @m-white1;
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
|
+ background: #0f161c;
|
|
|
|
|
+ border: 1px solid #172b56;
|
|
|
|
|
+ border-radius: 3px;
|
|
|
|
|
+ padding-left: 14px;
|
|
|
|
|
+ padding-right: 12px;
|
|
|
|
|
+ .ant-col:last-child {
|
|
|
|
|
+ text-align: right;
|
|
|
}
|
|
}
|
|
|
- .contRow:first-child {
|
|
|
|
|
- margin-top: 9px;
|
|
|
|
|
- }
|
|
|
|
|
- .contRow:last-child {
|
|
|
|
|
- margin-bottom: 20px;
|
|
|
|
|
|
|
+ .ant-col:first-child {
|
|
|
|
|
+ text-align: left;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ .contRow:first-child {
|
|
|
|
|
+ margin-top: 9px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .contRow:last-child {
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- .ant-row.headRow {
|
|
|
|
|
- .ant-col:first-child {
|
|
|
|
|
- text-align: left;
|
|
|
|
|
- }
|
|
|
|
|
- .ant-col:nth-child(3) {
|
|
|
|
|
- text-align: right;
|
|
|
|
|
- }
|
|
|
|
|
- }</style
|
|
|
|
|
|
|
+}
|
|
|
|
|
+.ant-row.headRow {
|
|
|
|
|
+ .ant-col:first-child {
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ }
|
|
|
|
|
+ .ant-col:nth-child(3) {
|
|
|
|
|
+ text-align: right;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+</style
|
|
|
>;
|
|
>;
|