|
|
@@ -132,95 +132,5 @@ export default defineComponent({
|
|
|
<style lang="less">
|
|
|
.add-business-info {
|
|
|
}
|
|
|
-.add-traders {
|
|
|
-}
|
|
|
-.add-managers {
|
|
|
-}
|
|
|
-.add-powers {
|
|
|
- .powerTable {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- border: 3px solid @m-grey11;
|
|
|
- background-color: @m-black12;
|
|
|
- font-size: 14px;
|
|
|
- color: @m-white0;
|
|
|
- .flex;
|
|
|
- flex-direction: column;
|
|
|
- .ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper {
|
|
|
- width: 90px;
|
|
|
- span + span {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
- }
|
|
|
- .powerRow {
|
|
|
- width: 100%;
|
|
|
- display: inline-flex;
|
|
|
- border-bottom: 3px solid @m-grey11;
|
|
|
- div {
|
|
|
- align-self: center;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
- .powerLeft {
|
|
|
- width: 84px;
|
|
|
- padding: 0 8px;
|
|
|
- }
|
|
|
- .powerMiddle {
|
|
|
- width: 130px;
|
|
|
- .flex;
|
|
|
- flex-direction: column;
|
|
|
- div {
|
|
|
- width: 100%;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
- padding: 0 8px;
|
|
|
- border: 3px solid @m-grey11;
|
|
|
- border-top: 0;
|
|
|
- }
|
|
|
- div:last-child {
|
|
|
- border-bottom: 0;
|
|
|
- }
|
|
|
- }
|
|
|
- .powerRight {
|
|
|
- flex: 1;
|
|
|
- .flex;
|
|
|
- flex-direction: column;
|
|
|
- div {
|
|
|
- width: 100%;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
- padding: 0 8px;
|
|
|
- justify-content: flex-start;
|
|
|
- border-bottom: 3px solid @m-grey11;
|
|
|
- }
|
|
|
- div:last-child {
|
|
|
- border-bottom: 0;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-.add-futures {
|
|
|
-}
|
|
|
-.add-futures-son {
|
|
|
-}
|
|
|
-.add-arbitrage {
|
|
|
- .ant-checkbox-group.commonCheckboxGroup .ant-checkbox-wrapper {
|
|
|
- width: 100px;
|
|
|
- span + span {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
- }
|
|
|
- .ant-checkbox-group.autoWidth {
|
|
|
- width: 520px;
|
|
|
- .ant-checkbox-wrapper {
|
|
|
- width: auto;
|
|
|
- }
|
|
|
- }
|
|
|
- .checkboxGroupItem {
|
|
|
- .ant-row {
|
|
|
- margin-bottom: 10px;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
</style
|
|
|
>;
|