Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
| **基础(Basic)** | **布局(Layout)** | **导航(Navigations)** | **数据类(Data)** | **沟通类(Notice)** | **输入类(Input)** | **其他 Others** |
| :-------------- | :--------------- | :-------------------- | :--------------- | :-------------------- | :-------------------- | :-------------- |
| 色彩 Color | 布局 Layout | 选项卡 Tabs | 图表 Diagram | 全局提醒 Message | 输入框 Input | 模态抽屉 Drawer |
| 字体 Fonts | 栅格 Grid | 步骤条 Steps | 列表 List | 文字提示 Tootip | 日期选择器 DatePicker | 锚点 Anchor |
| 字体 Fonts | 栅格 Grid | 步骤条 Steps | 列表 List | 文字提示 Tooltip | 日期选择器 DatePicker | 锚点 Anchor |
| 图标 Icon | 卡片 Card | 面包屑 Breadcrumb | 表格 Table | 加载中 Loading | 时间选择器 TimePicker | 标签 Tag |
| 动效 Motion | 走马灯 Carousel | 分页 Pagination | 表单 Form | 警告提示 Alert | 单选框 Radio | |
| 按钮 Button | 分割线 Divider | 导航菜单 Menu | 树 Tree | 徽标数 Badge | 多选框 Checkbox | |
Expand Down
4 changes: 2 additions & 2 deletions style/mobile/components/toast/_var.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@toast: ~"@{prefix}-toast";
@toast-color: var(--td-toast-color, @font-white-1);
@toast-color: var(--td-toast-color, @text-color-anti);
@toast-bg-color: var(--td-toast-bg-color, @mask-active);
@toast-max-width: var(--td-toast-max-width, 185px);
@toast-radius: var(--td-toast-radius, 4px);
@toast-radius: var(--td-toast-radius, @radius-default);
@toast-row-icon-size: var(--td-toast-row-icon-size, 24px);
@toast-column-icon-size: var(--td-toast-column-icon-size, 32px);