Merge branch 'temp' of http://123.60.103.97:3000/xuziqiang/SaaS-lib into temp
This commit is contained in:
@@ -77,9 +77,26 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 区域阴影
|
// 区域阴影
|
||||||
:deep(.ns-table-search),
|
// .ns-list-table {
|
||||||
:deep(.ns-part-tree),
|
|
||||||
:deep(.ns-table-main) {
|
// :deep(.ant-tabs) {
|
||||||
box-shadow: @ns-content-box-shadow;
|
// // overflow: visible;
|
||||||
}
|
// box-shadow: @ns-content-box-shadow;
|
||||||
|
// border-radius: @ns-border-radius;
|
||||||
|
// .ns-table-search {
|
||||||
|
// box-shadow: none;
|
||||||
|
// border-top-left-radius: 0px !important;
|
||||||
|
// border-top-right-radius: 0px !important;
|
||||||
|
// }
|
||||||
|
// .ns-table-main {
|
||||||
|
// }
|
||||||
|
// .ant-tabs-tabpane-active > div {
|
||||||
|
// height: 100%;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// .ant-tabs .ns-table-main {
|
||||||
|
// border-bottom-left-radius: 0px !important;
|
||||||
|
// border-bottom-right-radius: 0px !important;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
</style>
|
</style>
|
||||||
|
@@ -13,4 +13,10 @@
|
|||||||
name: 'LedgerIndex', // 与页面路由name一致缓存才可生效
|
name: 'LedgerIndex', // 与页面路由name一致缓存才可生效
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="less" scoped></style>
|
<style lang="less" scoped>
|
||||||
|
:deep(.ns-table-search),
|
||||||
|
:deep(.ns-part-tree),
|
||||||
|
:deep(.ns-table-main) {
|
||||||
|
box-shadow: @ns-content-box-shadow;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@@ -163,14 +163,6 @@ a {
|
|||||||
color: @primary-color;
|
color: @primary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-tabs .ns-table-search {
|
|
||||||
border-top-left-radius: 0px !important;
|
|
||||||
border-top-right-radius: 0px !important;
|
|
||||||
}
|
|
||||||
.ant-tabs .ns-table-main {
|
|
||||||
border-bottom-left-radius: 0px !important;
|
|
||||||
border-bottom-right-radius: 0px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 自定义的title样式
|
// 自定义的title样式
|
||||||
.ns-title-extra-box {
|
.ns-title-extra-box {
|
||||||
|
Reference in New Issue
Block a user