Browse Source

优化样式

main
18226920803 1 month ago
parent
commit
37776aca43
  1. 62
      smart-flow-web/src/views/jwpy/jwpy/flow/index.vue

62
smart-flow-web/src/views/jwpy/jwpy/flow/index.vue

@ -296,69 +296,7 @@ async function requestBatchDelete() {
</script>
<style scoped>
.page-container {
padding: 16px;
min-height: calc(100vh - 120px);
}
.glass-card {
background: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 12px;
padding: 24px;
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);
}
.header {
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
padding-bottom: 16px;
margin-bottom: 20px;
}
.icon-wrapper {
background: linear-gradient(135deg, #3f86f8 0%, #1890ff 100%);
width: 48px;
height: 48px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: white;
box-shadow: 0 4px 12px rgba(24, 144, 255, 0.2);
}
.icon {
font-size: 24px;
}
.title {
font-size: 18px;
font-weight: 600;
color: #1a1a1a;
margin: 0;
}
.subtitle {
font-size: 13px;
color: #666;
margin: 4px 0 0 0;
}
.query-form {
margin-bottom: 20px;
padding: 16px;
background: rgba(255, 255, 255, 0.5);
border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.02);
}
.custom-table {
background: transparent;
}
.smart-table-operate :deep(.ant-btn-link) {
padding: 0 4px;
}
</style>
Loading…
Cancel
Save