form.component.scss 435 Bytes
Newer Older
liujiaxin's avatar
1  
liujiaxin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
.opt-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
.opt-wrap {
  margin: 0 1rem 1rem 0;
  display: flex;
  flex-direction: column;
  height: 14rem;
  width: 20rem;
  border: 2px dashed #ddd;
  border-radius: 0.5rem;
  padding: 0.8rem;
.tool-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-editor {
  height: 100%;
}
}
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}