|
|
@@ -3,7 +3,7 @@
|
|
|
<div v-if="visible" class="modal-mask" @click="close">
|
|
|
<div class="modal-content" @click.stop>
|
|
|
<div class="handle-bar"></div>
|
|
|
-
|
|
|
+ <div class="trigger fs18 fc333333 pf600">选择触发类型</div>
|
|
|
<div class="options-list">
|
|
|
<div
|
|
|
v-for="item in options"
|
|
|
@@ -72,7 +72,7 @@ const handleSelect = (item) => {
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style>
|
|
|
+<style lang="less" scoped>
|
|
|
.modal-mask {
|
|
|
position: fixed;
|
|
|
top: 0; left: 0; width: 100%; height: 100%;
|
|
|
@@ -91,6 +91,7 @@ const handleSelect = (item) => {
|
|
|
max-height: 80vh;
|
|
|
overflow-y: auto;
|
|
|
animation: slideUp 0.3s ease-out;
|
|
|
+ .trigger{margin-bottom: 15px}
|
|
|
}
|
|
|
|
|
|
.handle-bar {
|