调整样式
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
<template>
|
||||
<a-page-header :title="getPageTitle()" @back="() => $router.go(-1)">
|
||||
<template #subTitle>
|
||||
<div style="width: 300px;margin-left: 100px">
|
||||
<a-steps :current="0" size="small">
|
||||
<a-step title="单位信息" />
|
||||
<a-step title="项目管理" />
|
||||
</a-steps>
|
||||
</div>
|
||||
</template>
|
||||
<a-card :bordered="false" :body-style="{ padding: '16px' }">
|
||||
<ele-pro-table
|
||||
ref="tableRef"
|
||||
@@ -406,4 +414,9 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
<style scoped>
|
||||
/* 修改已完成步骤的连接线颜色 */
|
||||
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
|
||||
background-color: red !important; /* 自定义颜色 */
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user