代码语言:txt 复制 // custom.scss // 引入Bootstrap的变量文件 @import '~bootstrap/scss/_variables.scss'; // 自定义主题颜色 $primary: #ff0000; // 替换为你想要的颜色 // 编译Bootstrap @import '~bootstrap/scss/bootstrap.scss'; 在你的Vue组件中,使用标签引入自定义的SCSS文件: 代码语言:txt ...
左对齐 text-center 中对齐 text-right 右对齐 字体颜色减轻 text-muted text-primary 颜色 tex...
Home
@padding-xs-horizontal: 5px; @line-height-large: 1.33; @line-height-small: 1.5; @border-radius-base: 4px; @border-radius-large: 6px; @border-radius-small: 3px; @component-active-color: #fff; @component-active-bg: @brand-primary; @caret-width-base: 4px; @caret-width-large: 5px;Ve...
Home
<!-- 标准的按钮 --> 默认按钮 <!-- 提供额外的视觉效果,标识一组按钮中的原始动作 --> 原始按钮 <!-- 表示一个成功的或积极的动作 --> 成功按钮 <!-- 信息警告消息的上下文按钮 --> 信息按钮 <!-- 表示应谨慎采取的动作 --> 警告按钮 <!-- 表示一个危险的或潜在的负面动作 --> ...
Merge this new combined map to extend any utility with a{color}-{level}class name. Here’s an example that generates text color utilities (e.g.,.text-purple-500) using the above steps. @import"bootstrap/scss/functions";@import"bootstrap/scss/variables";@import"bootstrap/scss/maps";@impo...
Submit {{ output }} 大概长这样 ,有点简陋,但是没关系,万里长征第一步!
return item.sColorNo + "" + item.sColorName; } }, { width: '80px', title: '颜色', formatter: function (value, item, index) { return ""; } }, { width: '70px', field: 'nPlanOutputQty', title: '计划米数' }, { width: '90...
<Select TValue="string" Color="Color.Primary" Items="GroupItems()" OnSelectedItemChanged="OnItemChanged"> </Select> <Button Text="保存" OnClickWithoutRender="Save" Color="Color.Primary" /> @if (TpvPage != null) { 页面说明...