物资使用情况优化
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user