# watertwin-web **Repository Path**: wang-weilun/watertwin-web ## Basic Information - **Project Name**: watertwin-web - **Description**: 云水镜-网页PC端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-03 - **Last Updated**: 2025-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目安装 === * npm i * 去node_modules>tailwindcss>lib>css>preflight.js中删除 * npm run dev ```css /* ps:此配置只需要在tailwindcss为3.x版本时需要删除 */ /* 删除原因:影响ui组件中button radio checkbox等组件的默认样式 */ /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Remove default button styles. */ button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; /* 1 */ background-color: transparent; /* 2 */ background-image: none; /* 2 */ } ```