物资使用情况优化

This commit is contained in:
2025-08-15 15:27:53 +08:00
parent a7b148bc96
commit d325fb2505
3 changed files with 2 additions and 48 deletions

View File

@ -450,27 +450,4 @@ onMounted(() => {
</script>
<style scoped>
/* 自定义表格行悬停样式 */
::v-deep .el-table__row:hover>td {
background-color: #f0f7ff !important;
}
/* 表单间距优化 */
::v-deep .el-form-item {
margin-bottom: 16px;
}
/* 对话框动画 */
::v-deep .el-dialog__wrapper {
backdrop-filter: blur(2px);
}
/* 按钮样式优化 */
::v-deep .el-button--primary {
transition: all 0.2s ease;
}
::v-deep .el-button--primary:hover {
transform: translateY(-2px);
}
</style>