@@ -37,3 +37,16 @@ ion-fab-button.rotate {
ion-fab-button.rotate.rotate180 {
transform: rotate(45deg); /* 旋转180度 */
}
+
+/* 添加表单对话框的样式 */
+ion-modal {
+ --width: 90%;
+ --height: 50%;
+ --border-radius: 10px;
+ --box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
+ --background: #ed5f5f;
+}
+ion-item {
+ margin-bottom: 10px;