style(ActionSheet): remove option border

This commit is contained in:
chenjiahan
2020-05-26 10:45:18 +08:00
committed by neverland
parent e54c11d552
commit 8db218e9c0
3 changed files with 13 additions and 8 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
// Utils
import { createNamespace } from '../utils';
import { emit, inherit } from '../utils/functional';
import { BORDER_TOP } from '../utils/constant';
// Mixins
import { popupMixinProps } from '../mixins/popup';
@@ -110,7 +109,7 @@ function ActionSheet(
return (
<button
type="button"
class={[bem('item', { disabled, loading }), item.className, BORDER_TOP]}
class={[bem('item', { disabled, loading }), item.className]}
style={{ color: item.color }}
onClick={onClickOption}
>