芝麻web文件管理V1.00
编辑当前文件:/home/forge/stage.herta-bht.smartcon-survey.com/resources/css/app.css
@tailwind base; @tailwind components; @tailwind utilities; /* Transition classes with slower duration */ .fade-enter-active, .fade-leave-active { transition: opacity 0.5s ease, max-height 0.5s ease; } .fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ { opacity: 0; max-height: 0; }