|
@@ -1,299 +1,301 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <div class="rightSpot">
|
|
|
|
|
- <div class="title">
|
|
|
|
|
- <!-- <a-icon type="gold"/> -->
|
|
|
|
|
- <div class="tltLeft">
|
|
|
|
|
- <span class="blue">铜杆(吨)</span>
|
|
|
|
|
- <span class="green ml10">正常</span>
|
|
|
|
|
|
|
+ <div class="rightSpot">
|
|
|
|
|
+ <div class="title">
|
|
|
|
|
+ <!-- <a-icon type="gold"/> -->
|
|
|
|
|
+ <div class="tltLeft">
|
|
|
|
|
+ <span class="blue">铜杆(吨)</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>
|
|
|
- <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>
|
|
|
|
|
|
|
+ <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-row class="headRow">
|
|
|
<a-col :span="8">品类(3)</a-col>
|
|
<a-col :span="8">品类(3)</a-col>
|
|
|
<a-col :span="8">单位</a-col>
|
|
<a-col :span="8">单位</a-col>
|
|
|
<a-col :span="8">标仓系数</a-col>
|
|
<a-col :span="8">标仓系数</a-col>
|
|
|
</a-row>
|
|
</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>
|
|
|
|
|
|
|
+ </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>
|
|
|
- </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 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>
|
|
|
- </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>
|
|
|
|
|
|
|
+ <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>
|
|
</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 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>
|
|
</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>
|
|
</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 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>
|
|
|
|
|
+ </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>
|
|
</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-collapse>
|
|
|
|
|
|
|
+ <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-collapse>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
<script lang="ts">
|
|
|
-import { defineComponent, ref, PropType } from 'vue';
|
|
|
|
|
-import APP from '@/services';
|
|
|
|
|
-export default defineComponent({
|
|
|
|
|
- name: 'rightSpot',
|
|
|
|
|
- props: {
|
|
|
|
|
-
|
|
|
|
|
- },
|
|
|
|
|
- components: {},
|
|
|
|
|
- setup(props, context) {
|
|
|
|
|
-
|
|
|
|
|
- return {
|
|
|
|
|
-
|
|
|
|
|
- };
|
|
|
|
|
- },
|
|
|
|
|
-});
|
|
|
|
|
|
|
+ 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,
|
|
|
|
|
+ };
|
|
|
|
|
+ },
|
|
|
|
|
+ });
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="less">
|
|
<style lang="less">
|
|
|
-.rightSpot {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- padding: 10px 12px;
|
|
|
|
|
- .flex;
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
- .title {
|
|
|
|
|
|
|
+ .rightSpot {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 35px;
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ padding: 10px 12px;
|
|
|
.flex;
|
|
.flex;
|
|
|
- justify-content: space-between;
|
|
|
|
|
- div {
|
|
|
|
|
- align-self: center;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
- }
|
|
|
|
|
- .tltLeft {
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- }
|
|
|
|
|
- .tltBtns {
|
|
|
|
|
- .ant-btn+.ant-btn {
|
|
|
|
|
- margin-left: 10px;
|
|
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ .title {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 35px;
|
|
|
|
|
+ .flex;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ div {
|
|
|
|
|
+ align-self: center;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tltLeft {
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .tltBtns {
|
|
|
|
|
+ .ant-btn + .ant-btn {
|
|
|
|
|
+ margin-left: 10px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ .spotCont {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ padding: 0 30px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
- .spotCont {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- padding: 0 30px;
|
|
|
|
|
|
|
+ .blue {
|
|
|
|
|
+ color: @m-blue0;
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
-.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;
|
|
|
|
|
|
|
+ .green {
|
|
|
|
|
+ color: @m-green0;
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
-.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;
|
|
|
|
|
|
|
+ .ml10 {
|
|
|
|
|
+ margin-left: 10px;
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
-.ant-collapse {
|
|
|
|
|
- background-color: transparent;
|
|
|
|
|
- border: 0;
|
|
|
|
|
- .ant-collapse-item {
|
|
|
|
|
|
|
+ .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;
|
|
border: 0;
|
|
|
- .ant-collapse-header {
|
|
|
|
|
- background-color: transparent;
|
|
|
|
|
- border-bottom: 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-content {
|
|
|
|
|
- background-color: transparent;
|
|
|
|
|
- border-top: 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.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 {
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+ border: 0;
|
|
|
|
|
+ .ant-collapse-item {
|
|
|
|
|
+ border: 0;
|
|
|
|
|
+ .ant-collapse-header {
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+ border-bottom: 0;
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
- .ant-collapse-content {
|
|
|
|
|
- .ant-collapse-content-box {
|
|
|
|
|
- padding: 0 0 0 30px;
|
|
|
|
|
|
|
+ .ant-collapse-content {
|
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
|
- .ant-row.contRow {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 40px;
|
|
|
|
|
- line-height: 40px;
|
|
|
|
|
|
|
+ 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;
|
|
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;
|
|
|
|
|
|
|
+ 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;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
- .ant-col:first-child {
|
|
|
|
|
- text-align: left;
|
|
|
|
|
|
|
+ .contRow:first-child {
|
|
|
|
|
+ margin-top: 9px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .contRow:last-child {
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
- .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
|
|
|
|
|
+>;
|