提交 1895a6f3 编写于 作者: richard_1015's avatar richard_1015

style: input 、textarea

上级 2d760cff
<template> <template>
<div class="demo-nopading"> <div class="demo full">
<h2>基础用法</h2> <h2>基础用法</h2>
<nut-input <nut-input
v-model="state.val1" v-model="state.val1"
...@@ -103,19 +103,4 @@ export default createDemo({ ...@@ -103,19 +103,4 @@ export default createDemo({
}); });
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped></style>
.demo-nopading {
height: 100%;
background: #f7f8fa;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
padding-top: 57px;
h2 {
padding-left: 25px;
margin-top: 25px;
margin-bottom: 10px;
color: #909ca4;
}
}
</style>
<template> <template>
<div class="demo-nopading"> <div class="demo full">
<h2>基础用法</h2> <h2>基础用法</h2>
<nut-textarea <nut-textarea
v-model="state.val0" v-model="state.val0"
...@@ -49,19 +49,4 @@ export default createDemo({ ...@@ -49,19 +49,4 @@ export default createDemo({
}); });
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped></style>
.demo-nopading {
height: 100%;
background: #f7f8fa;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
padding-top: 57px;
h2 {
padding-left: 25px;
margin-top: 25px;
margin-bottom: 10px;
color: #909ca4;
}
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册