230 Star 2.8K Fork 949

孤傲/AS-Editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.vue 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
孤傲 提交于 2021-09-28 18:26 +08:00 . feat: 修改界面样式
<template>
<div class="custommodulestyle">
<!-- 标题 -->
<h2>{{ datas.text }}</h2>
<el-input v-model="datas.demo" placeholder="请输入公告" />
<el-input v-model="datas.img" placeholder="图片地址" />
{{ 'aaa'+ datas.type}}
</div>
</template>
<script>
export default {
name: 'custommodulestyle',
props: {
datas: Object,
'data-type':String,
},
}
</script>
<style scoped lang="less">
.custommodulestyle {
width: 100%;
position: absolute;
left: 0;
top: 0;
padding: 0 10px 20px;
box-sizing: border-box;
/* 标题 */
h2 {
padding: 24px 16px 24px 0;
margin-bottom: 15px;
border-bottom: 1px solid #f2f4f6;
font-size: 18px;
font-weight: 600;
color: #323233;
}
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/was666/as-editor.git
git@gitee.com:was666/as-editor.git
was666
as-editor
AS-Editor
master

搜索帮助