银行国家地区
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex">
|
||||
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex" class="cusFormStyleArea">
|
||||
<div class="w-1/5 xl:w-1/5 mr-2">
|
||||
<BasicTree
|
||||
title="国家地区"
|
||||
@ -407,6 +407,11 @@
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style lang="less">
|
||||
.cusFormStyleArea .ant-col-8{
|
||||
max-width: 200px;
|
||||
}
|
||||
</style>
|
||||
<style lang="less" scoped>
|
||||
:deep(.ant-table-selection-col) {
|
||||
width: 50px;
|
||||
|
||||
Reference in New Issue
Block a user