<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                ![](https://img.kancloud.cn/bd/3f/bd3fe8d82fe3ce5eee2581f90349de9a_640x214.png) ``` <view class="cu-bar bg-white solid-bottom"> <view class="action"> <text class="cuIcon-title text-blue"></text>按鈕形狀 </view> <view class="action"> <navigator class="action" url="design" hover-class="none"> <text class="cuIcon-skinfill"></text> <text class="text-df">設計</text> </navigator> </view> </view> <view class="padding flex flex-wrap justify-between align-center bg-white"> <button class="cu-btn">默認</button> <button class="cu-btn round">圓角</button> <button class="cu-btn cuIcon"> <text class="cuIcon-emojifill"></text> </button> </view> ``` ![](https://img.kancloud.cn/63/5d/635d6d754697b519473af5faa4a89a64_676x197.png) ``` <view class="cu-bar margin-top bg-white solid-bottom"> <view class="action"> <text class="cuIcon-title text-blue"></text>按鈕尺寸 </view> </view> <view class="padding flex flex-wrap justify-between align-center bg-white"> <button class="cu-btn round sm">小尺寸</button> <button class="cu-btn round">默認</button> <button class="cu-btn round lg">大尺寸</button> </view> ``` ![](https://img.kancloud.cn/46/ab/46aba0d7c0782be3c2beb69f31c7ebd6_644x411.png) ``` <view class="cu-bar margin-top bg-white"> <view class="action"> <text class="cuIcon-title text-blue"></text>按鈕顏色 </view> <view class="action"> <text class="text-df margin-right-sm">陰影</text> <switch @change="SetShadow" :class="shadow?'checked':''" color="#39B54A"></switch> </view> </view> <view class="grid col-5 padding-sm"> <view class="margin-tb-sm text-center" v-for="(item,index) in ColorList" :key="index"> <button class="cu-btn round" :class="['bg-' + item.name , shadow?'shadow':'']">{{item.title}}</button> </view> </view> ``` ![](https://img.kancloud.cn/27/7d/277df0f8ffadb0fd349035988c86d8f4_650x410.png) ``` <view class="cu-bar margin-top bg-white"> <view class="action"> <text class="cuIcon-title text-blue"></text>鏤空按鈕 </view> <view class="action"> <radio-group @change="SetBorderSize"> <label class="margin-left-sm"> <radio class="blue radio" value="" checked></radio> <text class="margin-left-sm">小</text> </label> <label class="margin-left-sm"> <radio class="blue radio" value="s"></radio> <text class="margin-left-sm">大</text> </label> </radio-group> </view> </view> <view class="grid col-5 padding-sm"> <view class="margin-tb-sm text-center" v-for="(item,index) in ColorList" :key="index" v-if="item.name!='white'"> <button class="cu-btn round" :class="[bordersize?'lines-' + item.name:'line-' + item.name, shadow?'shadow':'']">{{item.title}}</button> </view> </view> ``` ![](https://img.kancloud.cn/9a/f5/9af528b251792fe7489de33c30165a61_644x333.png) ``` <view class="cu-bar margin-top bg-white"> <view class="action"> <text class="cuIcon-title text-blue"></text>塊狀按鈕 </view> </view> <view class="padding flex flex-direction"> <button class="cu-btn bg-grey lg">玄灰</button> <button class="cu-btn bg-red margin-tb-sm lg">嫣紅</button> </view> ``` ![](https://img.kancloud.cn/7c/4e/7c4e7e007cb90a515686d68f89bfd217_644x350.png) ``` <view class="cu-bar margin-top bg-white"> <view class="action"> <text class="cuIcon-title text-blue"></text>無效狀態 </view> </view> <view class="padding"> <button class="cu-btn block bg-blue margin-tb-sm lg" disabled type="">無效狀態</button> <button class="cu-btn block line-blue margin-tb-sm lg" disabled>無效狀態</button> </view> ``` ![](https://img.kancloud.cn/5b/84/5b8499c137562e4f5197cd787e466ce3_642x421.png) ``` <view class="cu-bar margin-top bg-white"> <view class="action"> <text class="cuIcon-title text-blue"></text>按鈕加圖標 </view> </view> <view class="padding-xl"> <button class="cu-btn block line-orange lg"> <text class="cuIcon-upload"></text> 圖標</button> <button class="cu-btn block bg-blue margin-tb-sm lg"> <text class="cuIcon-loading2 cuIconfont-spin"></text> 加載</button> <button class="cu-btn block bg-black margin-tb-sm lg" loading> 原生加載</button> </view> ``` <script> export default { data() { return { ColorList: this.ColorList, shadow: false, bordersize: '' }; }, methods: { SetShadow(e) { this.shadow = e.detail.value }, SetBorderSize(e) { this.bordersize = e.detail.value } } } </script> <style> </style> ```
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看