增加按鍵 - daniel-qa/Vue GitHub Wiki

增加按鍵

</el-form>
    <el-form-item label="">
        <el-card style="width:550px;">
            <el-row style="height:40px;">
                <div>
                    按鍵名稱: <el-input placeholder="请输入按键名称" style="width: 400px;height:40px;" />
                </div>
                <div>
                    <el-button type="danger" :icon="Delete" circle />
                </div>
            </el-row>
            <el-row style="height:40px;">
                <div>
                    回調網址: <el-input placeholder="请输入回傳網址" style="width: 400px;height:40px;" />
                </div>
            </el-row>
        </el-card>
    </el-form-item>

</el-form>
⚠️ **GitHub.com Fallback** ⚠️