quill.wxss 1.95 KiB
.quill-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
.quill-wrap .editor-other {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  background-color: #fff;
  padding: 0 20px;
  z-index: 10;
.quill-wrap .ql-formats {
  margin-right: 0;
  opacity: 0.4;
.quill-wrap .ql-formats .ql-list,
.quill-wrap .ql-formats .ql-header,
.quill-wrap .ql-formats .ql-bold,
.quill-wrap .ql-formats .ql-color {
  width: fit-content;
  height: 56px;
.quill-wrap .editor-foot {
  position: relative;
  z-index: 1;
  height: 60px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-top: 1px solid #f0f0f0;
  background-color: #fff;
.quill-wrap .editor-foot .foot-wrap {
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px;
.quill-wrap :deep .ql-container,
.quill-wrap :deep .ql-toolbar {
  border: none;
.quill-wrap :deep .ql-container {
  flex-grow: 1;
  overflow-y: auto;
  height: 0;
.quill-wrap :deep .ql-toolbar .ql-formats svg {
  padding: 15px 10px;
.quill-wrap :deep .ql-toolbar .ql-formats .color-red .ql-transparent {
  stroke: red;
  opacity: 1;
.quill-wrap :deep .ql-toolbar .ql-formats .color-blue .ql-transparent {
  stroke: blue;
  opacity: 1;
.quill-wrap :deep .top-editor-toolbar {
  padding: 0;
  border-bottom: 2px solid #f9f9f9;
.quill-wrap :deep .van-button {
  width: 80px;
  height: 32px;