diff --git a/docs/examples/cell.md b/docs/examples/cell.md
index 2b4ac75e2..036fd737e 100644
--- a/docs/examples/cell.md
+++ b/docs/examples/cell.md
@@ -1,10 +1,21 @@
+
+
## Cell 组件
### 基础用法
:::demo 样例代码
```html
-
+
+
+
+
```
:::
diff --git a/packages/cell/src/cell.vue b/packages/cell/src/cell.vue
index 4bf4265fc..115e164df 100644
--- a/packages/cell/src/cell.vue
+++ b/packages/cell/src/cell.vue
@@ -12,8 +12,8 @@
-
+
@@ -35,6 +35,17 @@ export default {
@component-namespace o2 {
@component cell {
display: block;
+ overflow: hidden;
+ position: relative;
+ padding: 10px 10px 10px 0;
+ line-height: 22px;
+ color: #666;
+ text-decoration: none;
+ border-bottom: 1px solid #ccc;
+
+ &:last-child {
+ border-bottom: 0;
+ }
@descendent title {
float: left;