liangjiahao 3 年之前
父节点
当前提交
b9dcf66260

+ 618 - 0
.history/src/assets/styles/global_20220316205617.css

@@ -0,0 +1,618 @@
+/* 加粗字体 */
+@font-face {  
+    font-family: 'siyuan';  
+    src: url('../css/siyuan.OTF');  
+    font-weight: normal;  
+   font-style: normal;  
+  }
+/* 正常字体 */
+  @font-face {  
+    font-family: 'fangyuan';  
+    src: url('../css/SOURCEHANSANSCN-REGULAR.OTF');  
+    font-weight: normal;  
+   font-style: normal;  
+  }
+
+/* 新增表单字体颜色 */
+ .el-dialog__body .el-form-item__label{
+    color: black  ;
+  }
+  /* 设置背景颜色 */
+.app-container {
+  background-color: #00365F;
+}
+/* 设置字体白色 */
+.el-table {
+  color: white !important;
+}
+.el-pagination__total {
+  color: white !important;
+}
+ .el-pagination__jump {
+  color: white !important;
+}
+ .el-form-item__label {
+  color: white !important;
+}
+/* 设置表格颜色 */
+.el-table tr {
+  background: #00365F;
+  color: white;
+}
+.pagination-container {
+  background: #00365F !important;
+  padding: 32px 16px;
+}
+/* 设置表格字体颜色 */
+.el-form-item__label {
+  color: white !important;
+}
+.el-pagination__total {
+  color: white !important;
+}
+.el-pagination__jump {
+  color: white !important;
+}
+/* 设置表格单双数颜色 */
+.el-table tr:nth-child(odd) {
+  background: #00365F;
+}
+.el-table tr:nth-child(even) {
+  background: #003C69  !important;
+}
+/* 表格行划过颜色 */
+.el-table__body tr:hover > td {
+  background-color: #004D86 !important;
+}
+/* 表格文字居中 */
+::v-deep .cell {
+  text-align: center;
+}
+/* 暂无数据背景 */
+.el-table__empty-block {
+  background-color: #00365F;
+}
+/* 去掉上面的线 */
+.el-table th.is-leaf{
+  border: none !important;
+}
+/* 去掉最下面的那一条线 */
+.el-table::before {
+  height: 0px !important;
+}
+/* 去掉表格内的线 */
+ table td {
+  border-bottom: none !important;
+}
+/* 设置重置按钮 */
+.Reset{
+  background-color: #004D86 !important;
+  color: #fff !important;
+  border: 1px solid transparent !important;
+}
+/* 设置搜索刷新背景 */
+.el-button.is-circle{
+  width: 30px;
+  background-color: #004D86 !important;
+  color: #fff;
+  border: 1px solid transparent !important;
+}
+.el-button.is-circle .el-icon-search{
+  margin-left: 0px;
+}
+.el-button.is-circle .el-icon-refresh{
+  margin-left: 0px;
+}
+/* input表单颜色 */
+.el-input--small .el-input__inner{
+  /* background: #004D86; */
+  background-color: transparent;
+  border: 1px solid #D2D6DE;
+  color: #fff !important;
+}
+/* 时间日历设置 */
+/* .el-range-input{
+background: #004D86;
+color: #fff;
+} */
+.el-range-editor--small .el-range-separator {
+    color: white ;
+}
+/* 分页按钮 */
+.el-pagination .el-select .el-input .el-input__inner {
+    background: #004D86 !important;
+    border: 0px;
+    color: #fff;
+}
+.el-pagination button:disabled {
+    color: #fff !important;
+    background-color: #004D86 !important;
+    cursor: not-allowed;
+}
+.el-pagination__editor.el-input .el-input__inner {
+    background: #004D86 !important;
+    color: #fff;
+    border: 0px;
+}
+.el-pagination.is-background .el-pager li:not(.disabled).active {
+    background-color: #004D86 !important;
+    color: #FFFFFF;
+}
+/* 分页按钮 */
+::v-deep .el-pagination.is-background .el-pager li {
+  background-color: #004d86;
+  color: #fff;
+}
+::v-deep .el-pagination.is-background .btn-next {
+  background-color: #004d86;
+  color: #fff;
+}
+::v-deep .el-pagination.is-background .btn-prev,
+.el-pagination.is-background .btn-next,
+.el-pagination.is-background .el-pager li {
+  background: #004d86 !important;
+  color: #fff !important;
+}
+.el-button{
+border: 1px solid transparent;
+}
+.refresh{
+color: #fff;
+}
+.el-table__expand-icon {
+  color: white !important;
+}
+/* 文本域 */
+.el-textarea__inner{
+  background-color:#004D86;
+  border: 1px solid #D2D6DE;
+  color: #fff;
+}
+/* 表单标题 */
+.jiben {
+  width: 952px;
+  height: 32px;
+  background-image: url(../../images/小标题底.png);
+  margin-bottom: 25px;
+  color: #fff;
+  padding-left: 16px;
+  line-height: 32px;
+}
+/* 按钮颜色大小 */
+.el-button--primary.is-plain {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #1d96ff;
+  border-color: #1d96ff;
+  font-size: 14px;
+}
+.el-button--success.is-plain.is-disabled {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #13ce66;
+  border-color: #13ce66;
+  font-size: 14px;
+}
+.el-button--success.is-plain {
+  width: 88px;
+  height: 36px;
+  color: #13ce66;
+  background: #e7faf0;
+  border-color: #a1ebc2;
+  font-size: 14px;
+}
+.el-button--danger.is-plain.is-disabled {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #ff4949;
+  border-color: #ff4949;
+  font-size: 14px;
+}
+.el-button--warning.is-plain {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #ffba00;
+  border-color: #ffba00;
+  font-size: 14px;
+}
+.el-button--info.is-plain {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #909399;
+  border-color: #909399;
+  font-size: 14px;
+}
+.el-button--danger.is-plain {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #ffb6b6;
+  border-color: #ffb6b6;
+  font-size: 14px;
+}
+
+
+/* 表格更多按钮 */
+.more {
+  width: 21px !important;
+  border: 1px solid transparent;
+  padding: 5px 8px;
+  font-size: 14px;
+  line-height: 1.5;
+  border-radius: 3px;
+  color: #fff !important;
+  background-color: #1d96ff;
+  margin-left: 10px !important;
+}
+/* 表格新增按钮 */
+/* .plus {
+  width: 21px !important;
+  border: 1px solid transparent;
+  padding: 5px 8px;
+  font-size: 14px;
+  line-height: 1.5;
+  border-radius: 3px;
+  color: #fff;
+  background-color: #1d96ff;
+} */
+/* 控制按钮样式颜色 start */
+/*重置  btr  修改 btu  删除 btd  增加 btc  搜索btn  查看 btk */
+/* 重置 btr */
+.el-button--btr.is-active,
+.el-button--btr:active {
+  background: #3da1f8;
+  border-color: #3da1f8;
+  color: #FFFFFF;
+}
+.el-button--btr:focus,
+.el-button--btr:hover {
+  background: #3da1f8;
+  border-color: #3da1f8;
+  color: #FFFFFF;
+}
+.el-button--btr {
+  /* border-color: #20B2AA; */
+  color: #FFFFFF;
+  width: 76px;
+  height: 36px;
+  background-color: #1d96ff;
+  border-radius: 4px;
+  font-size: 14px;
+  text-align: center;
+  margin-top: 1px;
+  padding-top: 11px !important;
+}
+/* 搜索 btn */
+.el-button--btn.is-active,
+.el-button--btn:active {
+  background: #1263aa;
+  border-color: #1263aa;
+  color: #FFFFFF;
+}
+.el-button--btn:focus,
+.el-button--btn:hover {
+  background: #1263aa;
+  border-color: #1263aa;
+  color: #FFFFFF;
+}
+.el-button--btn {
+  /* border-color: #20B2AA; */
+  color: #FFFFFF;
+  width: 76px;
+  height: 36px;
+  background-color: #0c477a;
+  border-radius: 4px;
+  font-size: 14px;
+  text-align: center;
+  margin-top: 1px;
+  padding-top: 10px !important;
+}
+.el-icon-refresh{
+  margin-left: -8px;
+}
+.el-icon-search{
+  margin-left: -7px;
+}
+/* 修改 btu */
+.el-button--btu.is-active,
+.el-button--btu:active {
+background: #13ce66;
+border-color: #13ce66;
+color: #FFFFFF;
+}
+.el-button--btu:focus,
+.el-button--btu:hover {
+background: #35ca78;
+border-color: #35ca78;
+color: #FFFFFF;
+}
+.el-button--btu {
+width: 46px !important;
+border: 1px solid transparent;
+padding: 3px 8px;
+font-size: 14px;
+line-height: 1.5;
+border-radius: 3px;
+color: #fff;
+background-color: #13ce66;
+}
+/* 删除 btd */
+.el-button--btd.is-active,
+.el-button--btd:active {
+background: #ff4949;
+border-color: #ff4949;
+color: #FFFFFF;
+}
+.el-button--btd:focus,
+.el-button--btd:hover {
+background: #f76a6a;
+border-color: #f76a6a;
+color: #FFFFFF;
+}
+.el-button--btd{
+width: 46px !important;
+border: 1px solid transparent;
+padding: 3px 8px;
+font-size: 14px;
+line-height: 1.5;
+border-radius: 3px;
+color: #fff;
+background-color: #ff4949;
+}
+/* 查看 btk */
+.el-button--btk.is-active,
+.el-button--btk:active {
+background: #1d96ff;
+border-color: #1d96ff;
+color: #FFFFFF;
+}
+.el-button--btk:focus,
+.el-button--btk:hover {
+background: #41a4fa;
+border-color: #41a4fa;
+color: #FFFFFF;
+}
+.el-button--btk{
+width: 46px !important;
+border: 1px solid transparent;
+padding: 3px 8px;
+font-size: 14px;
+line-height: 1.5;
+border-radius: 3px;
+color: #fff;
+background-color: #1d96ff;
+}
+/* 增加-新增-添加 btc */
+.el-button--btc.is-active,
+.el-button--btc:active {
+background: #1d96ff;
+border-color: #1d96ff;
+color: #FFFFFF;
+}
+.el-button--btc:focus,
+.el-button--btc:hover {
+background: #41a4fa;
+border-color: #41a4fa;
+color: #FFFFFF;
+}
+.el-button--btc{
+width: 46px !important;
+border: 1px solid transparent;
+padding: 3px 8px;
+font-size: 14px;
+line-height: 1.5;
+border-radius: 3px;
+color: #fff;
+background-color: #1d96ff;
+}
+/* 控制按钮样式颜色 end */
+
+
+/* 表格浮层 */
+/* .el-table__fixed::before, .el-table__fixed-right::before {
+  background-color: #00365F;
+  border: none;
+} */
+
+/* 富文本 */
+.ql-editor{
+  color: #fff;
+}
+
+/* 点击删除弹框提示 */
+.el-message-box{
+  background-color: #004D86;
+  color: #fff;
+  border: none;
+  width: 316px;
+  height: 192px;
+}
+.el-message-box__title{
+  background-color: #004D86;
+  color: #fff;
+}
+.el-message-box__content{
+  color: #fff;
+}
+.el-message-box__btns .el-button{
+  width: 100px;
+  height: 30px;
+  margin-right: 24px;
+}
+/* 对话框重置按钮
+::v-deep .el-button el-button--default el-button--medium{
+  background-color: #196299 !important;
+  color: #fff;
+} */
+/* .el-message-box__btns :first-child {
+  background: #196299 ;
+  color: #fff;
+  border: none;
+}
+.el-message-box__btns :last-child{
+  background-color: #1D96FF;
+  color: #fff;
+  border: none;
+} */
+
+/* 关闭对话框 */
+.el-message-box__header{
+  border-bottom: 1px solid #718A9D ;
+}
+.el-message-box__btns{
+  margin: 20px 0px ;
+}
+.el-message-box__content{
+  margin-top: 15px;
+}
+/* flex布局 */
+.d-flex{
+  display: flex;
+}
+.j-center{
+  justify-content: center;
+}
+.j-space-around{
+  justify-content: space-around;
+}
+.j-space-between{
+  justify-content: space-between;
+}
+.a-center{
+  align-items: center;
+}
+.f-warp{
+  flex-wrap: wrap;
+}
+/* 宽度 */
+.w-100{
+  width: 100%;
+}
+.w-200{
+  width: 200px;
+}
+.w-300{
+  width: 300px;
+}
+.w-350{
+  width: 350px;
+}
+.w-400{
+  width: 400px;
+}
+.w-500{
+  width: 500px;
+}
+
+  
+  /*弹框样式*/
+  ::v-deep .el-dialog {
+  width: 1030px !important;
+  background-color: #004d86;
+  }
+  
+  ::v-deep .el-dialog__header {
+  border-bottom: 1px solid #718a9d;
+  }
+  
+  ::v-deep .el-dialog__title {
+  color: #fff;
+  font: 18px;
+  }
+  
+  ::v-deep .el-dialog__headerbtn .el-dialog__close {
+  color: #fff;
+  }
+
+  .el-form-item ::v-deep .el-input__inner {
+    height: 36px;
+    background: #004d86;
+    color: #fff;
+  }
+
+  /* 左侧导航栏样式 */
+  #app .has-logo{
+    background: linear-gradient(180deg, #07162F, #102C57);
+  }
+  #app .has-logo .sidebar-logo-container{
+    background: rgba(0,0,0,0) !important;
+  }
+  #app .sidebar-container .el-menu{
+    background: rgba(0,0,0,0) !important;
+  }
+  .sidebar-container .el-scrollbar__view{
+    background: transparent;
+  }
+  #app .sidebar-container .el-menu-item, #app .sidebar-container .el-submenu__title{
+    background-color: rgba(0,0,0,0) !important;
+  }
+  body #app .sidebar-container .theme-dark .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .theme-dark .el-submenu .el-menu-item {
+    background-color: transparent !important;
+  }
+  #app .sidebar-container .theme-dark .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .theme-dark .el-submenu .el-menu-item:hover{
+    background-color: transparent !important;
+    color: #fff !important;
+  }
+  #app .sidebar-container .theme-dark .is-active > .el-submenu__title {
+    color: #FFF !important;
+    background-color: #013667 !important;
+  }
+  .el-menu-item.is-active {
+    color: #fff !important;
+    background-image: url('../images/左侧导航栏选中.png');
+  }
+  .el-scrollbar li{
+    background-color: transparent !important;
+  }
+  /* 输入框显示手指 */
+  ::v-deep .el-input__inner{
+    cursor: pointer !important;
+  }
+  /* 页面左栏图标大小 */
+   .el-submenu__title>svg{
+    width: 22px !important;
+    height: 22px !important;
+    vertical-align: -0.4em !important;
+  }
+
+  /*禁用样式*/
+  .el-input.is-disabled .el-input__suffix{
+    display:none;
+  }
+
+  .el-textarea.is-disabled .el-textarea__inner{
+    background: #004d86;
+  }
+
+  /* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
+    color: #00365f;
+    background-color: red !important;
+  } */
+
+  /* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content:after{
+    content: "";
+    width:10px;
+    height: 10px;
+    border-radius: 50%;
+    background-color: #67c23A;
+    margin-left:80px;
+  } */
+
+  /* 查看弹框背景 */
+  #chakan>.el-dialog {
+    background-color: #fff !important;
+      border-radius: 7px;
+      }
+      
+      #chakan>.el-dialog .el-dialog__header .el-dialog__title ,
+      #chakan>.el-dialog .el-dialog__header .el-dialog__title button i, 
+      #chakan>.el-dialog .el-dialog__body #contents tbody,
+      #chakan>.el-dialog .el-dialog__headerbtn .el-dialog__close {
+      color: black;
+     font-family: ui-serif;
+      }

+ 620 - 0
.history/src/assets/styles/global_20220316210255.css

@@ -0,0 +1,620 @@
+/* 加粗字体 */
+@font-face {  
+    font-family: 'siyuan';  
+    src: url('../css/siyuan.OTF');  
+    font-weight: normal;  
+   font-style: normal;  
+  }
+/* 正常字体 */
+  @font-face {  
+    font-family: 'fangyuan';  
+    src: url('../css/SOURCEHANSANSCN-REGULAR.OTF');  
+    font-weight: normal;  
+   font-style: normal;  
+  }
+
+/* 新增表单字体颜色 */
+ .el-dialog__body .el-form-item__label{
+    color: black  ;
+  }
+  /* 设置背景颜色 */
+.app-container {
+  background-color: #00365F;
+}
+/* 设置字体白色 */
+.el-table {
+  color: white !important;
+}
+.el-pagination__total {
+  color: white !important;
+}
+ .el-pagination__jump {
+  color: white !important;
+}
+ .el-form-item__label {
+  color: white !important;
+}
+/* 设置表格颜色 */
+.el-table tr {
+  background: #00365F;
+  color: white;
+}
+.pagination-container {
+  background: #00365F !important;
+  padding: 32px 16px;
+}
+/* 设置表格字体颜色 */
+.el-form-item__label {
+  color: white !important;
+}
+.el-pagination__total {
+  color: white !important;
+}
+.el-pagination__jump {
+  color: white !important;
+}
+/* 设置表格单双数颜色 */
+.el-table tr:nth-child(odd) {
+  background: #00365F;
+}
+.el-table tr:nth-child(even) {
+  background: #003C69  !important;
+}
+/* 表格行划过颜色 */
+.el-table__body tr:hover > td {
+  background-color: #004D86 !important;
+}
+/* 表格文字居中 */
+::v-deep .cell {
+  text-align: center;
+}
+/* 暂无数据背景 */
+.el-table__empty-block {
+  background-color: #00365F;
+}
+/* 去掉上面的线 */
+.el-table th.is-leaf{
+  border: none !important;
+}
+/* 去掉最下面的那一条线 */
+.el-table::before {
+  height: 0px !important;
+}
+/* 去掉表格内的线 */
+ table td {
+  border-bottom: none !important;
+}
+/* 设置重置按钮 */
+.Reset{
+  background-color: #004D86 !important;
+  color: #fff !important;
+  border: 1px solid transparent !important;
+}
+/* 设置搜索刷新背景 */
+.el-button.is-circle{
+  width: 30px;
+  background-color: #004D86 !important;
+  color: #fff;
+  border: 1px solid transparent !important;
+}
+.el-button.is-circle .el-icon-search{
+  margin-left: 0px;
+}
+.el-button.is-circle .el-icon-refresh{
+  margin-left: 0px;
+}
+/* input表单颜色 */
+.el-input--small .el-input__inner{
+  /* background: #004D86; */
+  background-color: transparent;
+  border: 1px solid #D2D6DE;
+  color: #fff !important;
+}
+/* 时间日历设置 */
+/* .el-range-input{
+background: #004D86;
+color: #fff;
+} */
+.el-range-editor--small .el-range-separator {
+    color: white ;
+}
+/* 分页按钮 */
+.el-pagination .el-select .el-input .el-input__inner {
+    background: #004D86 !important;
+    border: 0px;
+    color: #fff;
+    border: none !important;
+}
+.el-pagination button:disabled {
+    color: #fff !important;
+    background-color: #004D86 !important;
+    cursor: not-allowed;
+}
+.el-pagination__editor.el-input .el-input__inner {
+    background: #004D86 !important;
+    color: #fff;
+    border: 0px;
+    border: none !important;
+}
+.el-pagination.is-background .el-pager li:not(.disabled).active {
+    background-color: #004D86 !important;
+    color: #FFFFFF;
+}
+/* 分页按钮 */
+::v-deep .el-pagination.is-background .el-pager li {
+  background-color: #004d86;
+  color: #fff;
+}
+::v-deep .el-pagination.is-background .btn-next {
+  background-color: #004d86;
+  color: #fff;
+}
+::v-deep .el-pagination.is-background .btn-prev,
+.el-pagination.is-background .btn-next,
+.el-pagination.is-background .el-pager li {
+  background: #004d86 !important;
+  color: #fff !important;
+}
+.el-button{
+border: 1px solid transparent;
+}
+.refresh{
+color: #fff;
+}
+.el-table__expand-icon {
+  color: white !important;
+}
+/* 文本域 */
+.el-textarea__inner{
+  background-color:#004D86;
+  border: 1px solid #D2D6DE;
+  color: #fff;
+}
+/* 表单标题 */
+.jiben {
+  width: 952px;
+  height: 32px;
+  background-image: url(../../images/小标题底.png);
+  margin-bottom: 25px;
+  color: #fff;
+  padding-left: 16px;
+  line-height: 32px;
+}
+/* 按钮颜色大小 */
+.el-button--primary.is-plain {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #1d96ff;
+  border-color: #1d96ff;
+  font-size: 14px;
+}
+.el-button--success.is-plain.is-disabled {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #13ce66;
+  border-color: #13ce66;
+  font-size: 14px;
+}
+.el-button--success.is-plain {
+  width: 88px;
+  height: 36px;
+  color: #13ce66;
+  background: #e7faf0;
+  border-color: #a1ebc2;
+  font-size: 14px;
+}
+.el-button--danger.is-plain.is-disabled {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #ff4949;
+  border-color: #ff4949;
+  font-size: 14px;
+}
+.el-button--warning.is-plain {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #ffba00;
+  border-color: #ffba00;
+  font-size: 14px;
+}
+.el-button--info.is-plain {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #909399;
+  border-color: #909399;
+  font-size: 14px;
+}
+.el-button--danger.is-plain {
+  width: 88px;
+  height: 36px;
+  color: #fff;
+  background: #ffb6b6;
+  border-color: #ffb6b6;
+  font-size: 14px;
+}
+
+
+/* 表格更多按钮 */
+.more {
+  width: 21px !important;
+  border: 1px solid transparent;
+  padding: 5px 8px;
+  font-size: 14px;
+  line-height: 1.5;
+  border-radius: 3px;
+  color: #fff !important;
+  background-color: #1d96ff;
+  margin-left: 10px !important;
+}
+/* 表格新增按钮 */
+/* .plus {
+  width: 21px !important;
+  border: 1px solid transparent;
+  padding: 5px 8px;
+  font-size: 14px;
+  line-height: 1.5;
+  border-radius: 3px;
+  color: #fff;
+  background-color: #1d96ff;
+} */
+/* 控制按钮样式颜色 start */
+/*重置  btr  修改 btu  删除 btd  增加 btc  搜索btn  查看 btk */
+/* 重置 btr */
+.el-button--btr.is-active,
+.el-button--btr:active {
+  background: #3da1f8;
+  border-color: #3da1f8;
+  color: #FFFFFF;
+}
+.el-button--btr:focus,
+.el-button--btr:hover {
+  background: #3da1f8;
+  border-color: #3da1f8;
+  color: #FFFFFF;
+}
+.el-button--btr {
+  /* border-color: #20B2AA; */
+  color: #FFFFFF;
+  width: 76px;
+  height: 36px;
+  background-color: #1d96ff;
+  border-radius: 4px;
+  font-size: 14px;
+  text-align: center;
+  margin-top: 1px;
+  padding-top: 11px !important;
+}
+/* 搜索 btn */
+.el-button--btn.is-active,
+.el-button--btn:active {
+  background: #1263aa;
+  border-color: #1263aa;
+  color: #FFFFFF;
+}
+.el-button--btn:focus,
+.el-button--btn:hover {
+  background: #1263aa;
+  border-color: #1263aa;
+  color: #FFFFFF;
+}
+.el-button--btn {
+  /* border-color: #20B2AA; */
+  color: #FFFFFF;
+  width: 76px;
+  height: 36px;
+  background-color: #0c477a;
+  border-radius: 4px;
+  font-size: 14px;
+  text-align: center;
+  margin-top: 1px;
+  padding-top: 10px !important;
+}
+.el-icon-refresh{
+  margin-left: -8px;
+}
+.el-icon-search{
+  margin-left: -7px;
+}
+/* 修改 btu */
+.el-button--btu.is-active,
+.el-button--btu:active {
+background: #13ce66;
+border-color: #13ce66;
+color: #FFFFFF;
+}
+.el-button--btu:focus,
+.el-button--btu:hover {
+background: #35ca78;
+border-color: #35ca78;
+color: #FFFFFF;
+}
+.el-button--btu {
+width: 46px !important;
+border: 1px solid transparent;
+padding: 3px 8px;
+font-size: 14px;
+line-height: 1.5;
+border-radius: 3px;
+color: #fff;
+background-color: #13ce66;
+}
+/* 删除 btd */
+.el-button--btd.is-active,
+.el-button--btd:active {
+background: #ff4949;
+border-color: #ff4949;
+color: #FFFFFF;
+}
+.el-button--btd:focus,
+.el-button--btd:hover {
+background: #f76a6a;
+border-color: #f76a6a;
+color: #FFFFFF;
+}
+.el-button--btd{
+width: 46px !important;
+border: 1px solid transparent;
+padding: 3px 8px;
+font-size: 14px;
+line-height: 1.5;
+border-radius: 3px;
+color: #fff;
+background-color: #ff4949;
+}
+/* 查看 btk */
+.el-button--btk.is-active,
+.el-button--btk:active {
+background: #1d96ff;
+border-color: #1d96ff;
+color: #FFFFFF;
+}
+.el-button--btk:focus,
+.el-button--btk:hover {
+background: #41a4fa;
+border-color: #41a4fa;
+color: #FFFFFF;
+}
+.el-button--btk{
+width: 46px !important;
+border: 1px solid transparent;
+padding: 3px 8px;
+font-size: 14px;
+line-height: 1.5;
+border-radius: 3px;
+color: #fff;
+background-color: #1d96ff;
+}
+/* 增加-新增-添加 btc */
+.el-button--btc.is-active,
+.el-button--btc:active {
+background: #1d96ff;
+border-color: #1d96ff;
+color: #FFFFFF;
+}
+.el-button--btc:focus,
+.el-button--btc:hover {
+background: #41a4fa;
+border-color: #41a4fa;
+color: #FFFFFF;
+}
+.el-button--btc{
+width: 46px !important;
+border: 1px solid transparent;
+padding: 3px 8px;
+font-size: 14px;
+line-height: 1.5;
+border-radius: 3px;
+color: #fff;
+background-color: #1d96ff;
+}
+/* 控制按钮样式颜色 end */
+
+
+/* 表格浮层 */
+/* .el-table__fixed::before, .el-table__fixed-right::before {
+  background-color: #00365F;
+  border: none;
+} */
+
+/* 富文本 */
+.ql-editor{
+  color: #fff;
+}
+
+/* 点击删除弹框提示 */
+.el-message-box{
+  background-color: #004D86;
+  color: #fff;
+  border: none;
+  width: 316px;
+  height: 192px;
+}
+.el-message-box__title{
+  background-color: #004D86;
+  color: #fff;
+}
+.el-message-box__content{
+  color: #fff;
+}
+.el-message-box__btns .el-button{
+  width: 100px;
+  height: 30px;
+  margin-right: 24px;
+}
+/* 对话框重置按钮
+::v-deep .el-button el-button--default el-button--medium{
+  background-color: #196299 !important;
+  color: #fff;
+} */
+/* .el-message-box__btns :first-child {
+  background: #196299 ;
+  color: #fff;
+  border: none;
+}
+.el-message-box__btns :last-child{
+  background-color: #1D96FF;
+  color: #fff;
+  border: none;
+} */
+
+/* 关闭对话框 */
+.el-message-box__header{
+  border-bottom: 1px solid #718A9D ;
+}
+.el-message-box__btns{
+  margin: 20px 0px ;
+}
+.el-message-box__content{
+  margin-top: 15px;
+}
+/* flex布局 */
+.d-flex{
+  display: flex;
+}
+.j-center{
+  justify-content: center;
+}
+.j-space-around{
+  justify-content: space-around;
+}
+.j-space-between{
+  justify-content: space-between;
+}
+.a-center{
+  align-items: center;
+}
+.f-warp{
+  flex-wrap: wrap;
+}
+/* 宽度 */
+.w-100{
+  width: 100%;
+}
+.w-200{
+  width: 200px;
+}
+.w-300{
+  width: 300px;
+}
+.w-350{
+  width: 350px;
+}
+.w-400{
+  width: 400px;
+}
+.w-500{
+  width: 500px;
+}
+
+  
+  /*弹框样式*/
+  ::v-deep .el-dialog {
+  width: 1030px !important;
+  background-color: #004d86;
+  }
+  
+  ::v-deep .el-dialog__header {
+  border-bottom: 1px solid #718a9d;
+  }
+  
+  ::v-deep .el-dialog__title {
+  color: #fff;
+  font: 18px;
+  }
+  
+  ::v-deep .el-dialog__headerbtn .el-dialog__close {
+  color: #fff;
+  }
+
+  .el-form-item ::v-deep .el-input__inner {
+    height: 36px;
+    background: #004d86;
+    color: #fff;
+  }
+
+  /* 左侧导航栏样式 */
+  #app .has-logo{
+    background: linear-gradient(180deg, #07162F, #102C57);
+  }
+  #app .has-logo .sidebar-logo-container{
+    background: rgba(0,0,0,0) !important;
+  }
+  #app .sidebar-container .el-menu{
+    background: rgba(0,0,0,0) !important;
+  }
+  .sidebar-container .el-scrollbar__view{
+    background: transparent;
+  }
+  #app .sidebar-container .el-menu-item, #app .sidebar-container .el-submenu__title{
+    background-color: rgba(0,0,0,0) !important;
+  }
+  body #app .sidebar-container .theme-dark .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .theme-dark .el-submenu .el-menu-item {
+    background-color: transparent !important;
+  }
+  #app .sidebar-container .theme-dark .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .theme-dark .el-submenu .el-menu-item:hover{
+    background-color: transparent !important;
+    color: #fff !important;
+  }
+  #app .sidebar-container .theme-dark .is-active > .el-submenu__title {
+    color: #FFF !important;
+    background-color: #013667 !important;
+  }
+  .el-menu-item.is-active {
+    color: #fff !important;
+    background-image: url('../images/左侧导航栏选中.png');
+  }
+  .el-scrollbar li{
+    background-color: transparent !important;
+  }
+  /* 输入框显示手指 */
+  ::v-deep .el-input__inner{
+    cursor: pointer !important;
+  }
+  /* 页面左栏图标大小 */
+   .el-submenu__title>svg{
+    width: 22px !important;
+    height: 22px !important;
+    vertical-align: -0.4em !important;
+  }
+
+  /*禁用样式*/
+  .el-input.is-disabled .el-input__suffix{
+    display:none;
+  }
+
+  .el-textarea.is-disabled .el-textarea__inner{
+    background: #004d86;
+  }
+
+  /* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
+    color: #00365f;
+    background-color: red !important;
+  } */
+
+  /* .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content:after{
+    content: "";
+    width:10px;
+    height: 10px;
+    border-radius: 50%;
+    background-color: #67c23A;
+    margin-left:80px;
+  } */
+
+  /* 查看弹框背景 */
+  #chakan>.el-dialog {
+    background-color: #fff !important;
+      border-radius: 7px;
+      }
+      
+      #chakan>.el-dialog .el-dialog__header .el-dialog__title ,
+      #chakan>.el-dialog .el-dialog__header .el-dialog__title button i, 
+      #chakan>.el-dialog .el-dialog__body #contents tbody,
+      #chakan>.el-dialog .el-dialog__headerbtn .el-dialog__close {
+      color: black;
+     font-family: ui-serif;
+      }

+ 190 - 0
.history/src/components/look_word/bdglcookbook_20220316202645.vue

@@ -0,0 +1,190 @@
+<template>
+  <div class="word" id="contents">
+    <p style="text-align: center; font-size: 20px">食堂食谱表</p>
+    <p style="margin-left: 30px">使用时间:2022-03-09—2022-03-13</p>
+    <table
+      border="1"
+      style="
+        border-collapse: collapse;
+        border: 1px solid black;
+        mso-border-left-alt: 0.5pt solid windowtext;
+        mso-border-top-alt: 0.5pt solid windowtext;
+        mso-border-right-alt: 0.5pt solid windowtext;
+        mso-border-bottom-alt: 0.5pt solid windowtext;
+        mso-border-insideh: 0.5pt solid windowtext;
+        mso-border-insidev: 0.5pt solid windowtext;
+        mso-padding-alt: 0pt 0pt 0pt 0pt;
+      "
+      width="960"
+      align="center"
+      bordercolor="black"
+    >
+      <colgroup>
+        <col width="51" />
+        <col width="58" />
+        <col width="125" />
+        <col width="130" />
+        <col width="128" />
+        <col width="130" />
+        <col width="121" span="3" />
+      </colgroup>
+      <tbody>
+        <tr height="45">
+          <td colspan="2" align="center">时间</td>
+          <td width="111" align="center">星期一</td>
+          <td width="111" align="center">星期二</td>
+          <td width="111" align="center">星期三</td>
+          <td width="111" align="center">星期四</td>
+          <td width="111" align="center">星期五</td>
+          <td width="111" align="center">星期六</td>
+          <td width="111" align="center">星期天</td>
+        </tr>
+
+
+        <tr height="45">
+          <td width="99" rowspan="4" align="center">早餐</td>
+          <td width="70" rowspan="2" align="center">主食</td>
+          <td align="center" style="white-space: normal;height:45">炊事员:胡万怡</td>
+          <td align="center" style="white-space: normal">炊事员:孟广旭</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">五</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+        <tr height="45">
+          <td width="70" rowspan="2" align="center">副食</td>
+          <td align="center" style="white-space: normal">炊事员:胡万怡</td>
+          <td align="center" style="white-space: normal">炊事员:岳慧</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+
+
+        <tr height="45">
+          <td width="99" rowspan="4" align="center">午餐</td>
+          <td width="70" rowspan="2" align="center">主食</td>
+          <td align="center" style="white-space: normal">炊事员:岳慧</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+        <tr height="45">
+          <td width="70" rowspan="2" align="center">副食</td>
+          <td align="center" style="white-space: normal">炊事员:李大钊</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+
+
+        <tr height="45">
+          <td width="99" rowspan="4" align="center">晚餐</td>
+          <td width="70" rowspan="2" align="center">主食</td>
+          <td align="center" style="white-space: normal">炊事员:孟广旭</td>
+          <td align="center" style="white-space: normal">炊事员:岳慧</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+        <tr height="45">
+          <td width="70" rowspan="2" align="center">副食</td>
+          <td align="center" style="white-space: normal">炊事员:常红</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+       
+      </tbody>
+    </table>
+    <div style="width: 100%; height: 50px; margin-top: 20px">
+      <span style="margin-left: 30px">单位领导:</span>
+      <span style="margin-left: 35%">经委会:</span>
+      <span style="margin-left: 318px">制表:</span>
+    </div>
+  </div>
+</template>
+<script>
+export default {
+  name: "bdgleven",
+  props: ["message"],
+};
+</script>
+<style scoped>
+tbody {
+  border: black;
+  color: black;
+  text-align: center;
+}
+tr:last-child {
+  border-bottom: 1px solid;
+}
+</style>

+ 191 - 0
.history/src/components/look_word/bdglcookbook_20220316211653.vue

@@ -0,0 +1,191 @@
+<template>
+  <div class="word" id="contents">
+    <p style="text-align: center; font-size: 20px">食堂食谱表</p>
+    <p style="margin-left: 30px">使用时间:2022-03-09—2022-03-13</p>
+    <table
+      border="1"
+      style="
+        border-collapse: collapse;
+        border: 1px solid black;
+        mso-border-left-alt: 0.5pt solid windowtext;
+        mso-border-top-alt: 0.5pt solid windowtext;
+        mso-border-right-alt: 0.5pt solid windowtext;
+        mso-border-bottom-alt: 0.5pt solid windowtext;
+        mso-border-insideh: 0.5pt solid windowtext;
+        mso-border-insidev: 0.5pt solid windowtext;
+        mso-padding-alt: 0pt 0pt 0pt 0pt;
+      "
+      width="960"
+      align="center"
+      bordercolor="black"
+    >
+      <colgroup>
+        <col width="51" />
+        <col width="58" />
+        <col width="125" />
+        <col width="130" />
+        <col width="128" />
+        <col width="130" />
+        <col width="121" span="3" />
+      </colgroup>
+      <tbody>
+        <tr height="45">
+          <td colspan="2" align="center">时间</td>
+          <td width="111" align="center">星期一</td>
+          <td width="111" align="center">星期二</td>
+          <td width="111" align="center">星期三</td>
+          <td width="111" align="center">星期四</td>
+          <td width="111" align="center">星期五</td>
+          <td width="111" align="center">星期六</td>
+          <td width="111" align="center">星期天</td>
+        </tr>
+
+
+        <tr height="45">
+          <td width="99" rowspan="4" align="center">早餐</td>
+          <td width="70" rowspan="2" align="center">主食</td>
+          <td align="center" style="white-space: normal;height:45">炊事员:胡万怡</td>
+          <td align="center" style="white-space: normal">炊事员:孟广旭</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">五</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+        <tr height="45">
+          <td width="70" rowspan="2" align="center">副食</td>
+          <td align="center" style="white-space: normal">炊事员:胡万怡</td>
+          <td align="center" style="white-space: normal">炊事员:岳慧</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+     
+     
+
+        <tr height="45">
+          <td width="99" rowspan="4" align="center">午餐</td>
+          <td width="70" rowspan="2" align="center">主食</td>
+          <td align="center" style="white-space: normal">炊事员:岳慧</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+        <tr height="45">
+          <td width="70" rowspan="2" align="center">副食</td>
+          <td align="center" style="white-space: normal">炊事员:李大钊</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+
+
+        <tr height="45">
+          <td width="99" rowspan="4" align="center">晚餐</td>
+          <td width="70" rowspan="2" align="center">主食</td>
+          <td align="center" style="white-space: normal">炊事员:孟广旭</td>
+          <td align="center" style="white-space: normal">炊事员:岳慧</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+        <tr height="45">
+          <td width="70" rowspan="2" align="center">副食</td>
+          <td align="center" style="white-space: normal">炊事员:常红</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+       
+      </tbody>
+    </table>
+    <div style="width: 100%; height: 50px; margin-top: 20px">
+      <span style="margin-left: 30px">单位领导:</span>
+      <span style="margin-left: 35%">经委会:</span>
+      <span style="margin-left: 318px">制表:</span>
+    </div>
+  </div>
+</template>
+<script>
+export default {
+  name: "bdgleven",
+  props: ["message"],
+};
+</script>
+<style scoped>
+tbody {
+  border: black;
+  color: black;
+  text-align: center;
+}
+tr:last-child {
+  border-bottom: 1px solid;
+}
+</style>

+ 119 - 0
.history/vue.config_20220316210031.js

@@ -0,0 +1,119 @@
+
+'use strict'
+const path = require('path')
+ 
+function resolve(dir) {
+  return path.join(__dirname, dir)
+}
+ 
+const name = process.env.VUE_APP_TITLE || '智能督察管理平台' // 网页标题
+ 
+const port = process.env.port || process.env.npm_config_port || 80 // 端口
+ 
+// vue.config.js 配置说明
+//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
+// 这里只列一部分,具体配置参考文档
+module.exports = {
+  // 部署生产环境和开发环境下的URL。
+  // 默认情况下,Vue CLI 会假设你的应用是被部署在一个域名的根路径上
+  // 例如 https://www.supervision.vip/。如果应用被部署在一个子路径上,你就需要用这个选项指定这个子路径。例如,如果你的应用被部署在 https://www.supervision.vip/admin/,则设置 baseUrl 为 /admin/。
+  publicPath: process.env.NODE_ENV === "production" ? "/" : "/",
+  // 在npm run build 或 yarn build 时 ,生成文件的目录名称(要和baseUrl的生产环境路径一致)(默认dist)
+  outputDir: 'dist',
+  // 用于放置生成的静态资源 (js、css、img、fonts) 的;(项目打包之后,静态资源会放在这个文件夹下)
+  assetsDir: 'static',
+  // 是否开启eslint保存检测,有效值:ture | false | 'error'
+  lintOnSave: process.env.NODE_ENV === 'development',
+  // 如果你不需要生产环境的 source map,可以将其设置为 false 以加速生产环境构建。
+  productionSourceMap: false,
+  // webpack-dev-server 相关配置
+  devServer: {
+    host: '0.0.0.0',
+    port: port,
+    open: true,
+    proxy: {
+      // detail: https://cli.vuejs.org/config/#devserver-proxy
+      [process.env.VUE_APP_BASE_API]: {
+        // target: `http://192.168.5.177:8080`,
+        target: `http://192.168.5.66:8089`,
+        changeOrigin: true,
+        pathRewrite: {
+          ['^' + process.env.VUE_APP_BASE_API]: ''
+        }
+      }
+    },
+    disableHostCheck: true
+  },
+  configureWebpack: {
+    name: name,
+    resolve: {
+      alias: {
+        '@': resolve('src')
+      }
+    }
+  },
+  chainWebpack(config) {
+    config.plugins.delete('preload') // TODO: need test
+    config.plugins.delete('prefetch') // TODO: need test
+ 
+    // set svg-sprite-loader
+    config.module
+      .rule('svg')
+      .exclude.add(resolve('src/assets/icons'))
+      .end()
+    config.module
+      .rule('icons')
+      .test(/\.svg$/)
+      .include.add(resolve('src/assets/icons'))
+      .end()
+      .use('svg-sprite-loader')
+      .loader('svg-sprite-loader')
+      .options({
+        symbolId: 'icon-[name]'
+      })
+      .end()
+ 
+    config
+      .when(process.env.NODE_ENV !== 'development',
+        config => {
+          config
+            .plugin('ScriptExtHtmlWebpackPlugin')
+            .after('html')
+            .use('script-ext-html-webpack-plugin', [{
+              // `runtime` must same as runtimeChunk name. default is `runtime`
+              inline: /runtime\..*\.js$/
+            }])
+            .end()
+          config
+            .optimization.splitChunks({
+              chunks: 'all',
+              cacheGroups: {
+                libs: {
+                  name: 'chunk-libs',
+                  test: /[\\/]node_modules[\\/]/,
+                  priority: 10,
+                  chunks: 'initial' // only package third parties that are initially dependent
+                },
+                elementUI: {
+                  name: 'chunk-elementUI', // split elementUI into a single package
+                  priority: 20, // the weight needs to be larger than libs and app or it will be packaged into libs or app
+                  test: /[\\/]node_modules[\\/]_?element-ui(.*)/ // in order to adapt to cnpm
+                },
+                commons: {
+                  name: 'chunk-commons',
+                  test: resolve('src/components'), // can customize your rules
+                  minChunks: 3, //  minimum common number
+                  priority: 5,
+                  reuseExistingChunk: true
+                }
+              }
+            })
+          config.optimization.runtimeChunk('single'),
+          {
+            from: path.resolve(__dirname, './public/robots.txt'), //防爬虫文件
+            to: './' //到根目录下
+          }
+        }
+      )
+  }
+}

+ 191 - 0
src/components/look_word/bdglcookbook.vue

@@ -0,0 +1,191 @@
+<template>
+  <div class="word" id="contents">
+    <p style="text-align: center; font-size: 20px">食堂食谱表</p>
+    <p style="margin-left: 30px">使用时间:2022-03-09—2022-03-13</p>
+    <table
+      border="1"
+      style="
+        border-collapse: collapse;
+        border: 1px solid black;
+        mso-border-left-alt: 0.5pt solid windowtext;
+        mso-border-top-alt: 0.5pt solid windowtext;
+        mso-border-right-alt: 0.5pt solid windowtext;
+        mso-border-bottom-alt: 0.5pt solid windowtext;
+        mso-border-insideh: 0.5pt solid windowtext;
+        mso-border-insidev: 0.5pt solid windowtext;
+        mso-padding-alt: 0pt 0pt 0pt 0pt;
+      "
+      width="960"
+      align="center"
+      bordercolor="black"
+    >
+      <colgroup>
+        <col width="51" />
+        <col width="58" />
+        <col width="125" />
+        <col width="130" />
+        <col width="128" />
+        <col width="130" />
+        <col width="121" span="3" />
+      </colgroup>
+      <tbody>
+        <tr height="45">
+          <td colspan="2" align="center">时间</td>
+          <td width="111" align="center">星期一</td>
+          <td width="111" align="center">星期二</td>
+          <td width="111" align="center">星期三</td>
+          <td width="111" align="center">星期四</td>
+          <td width="111" align="center">星期五</td>
+          <td width="111" align="center">星期六</td>
+          <td width="111" align="center">星期天</td>
+        </tr>
+
+
+        <tr height="45">
+          <td width="99" rowspan="4" align="center">早餐</td>
+          <td width="70" rowspan="2" align="center">主食</td>
+          <td align="center" style="white-space: normal;height:45">炊事员:胡万怡</td>
+          <td align="center" style="white-space: normal">炊事员:孟广旭</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">五</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+        <tr height="45">
+          <td width="70" rowspan="2" align="center">副食</td>
+          <td align="center" style="white-space: normal">炊事员:胡万怡</td>
+          <td align="center" style="white-space: normal">炊事员:岳慧</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+     
+     
+
+        <tr height="45">
+          <td width="99" rowspan="4" align="center">午餐</td>
+          <td width="70" rowspan="2" align="center">主食</td>
+          <td align="center" style="white-space: normal">炊事员:岳慧</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+        <tr height="45">
+          <td width="70" rowspan="2" align="center">副食</td>
+          <td align="center" style="white-space: normal">炊事员:李大钊</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+
+
+        <tr height="45">
+          <td width="99" rowspan="4" align="center">晚餐</td>
+          <td width="70" rowspan="2" align="center">主食</td>
+          <td align="center" style="white-space: normal">炊事员:孟广旭</td>
+          <td align="center" style="white-space: normal">炊事员:岳慧</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+        <tr height="45">
+          <td width="70" rowspan="2" align="center">副食</td>
+          <td align="center" style="white-space: normal">炊事员:常红</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+          <td align="center" style="white-space: normal">炊事员:无</td>
+        </tr>
+        <tr height="45">
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+          <td align="center" style="white-space: normal">无</td>
+        </tr>
+       
+      </tbody>
+    </table>
+    <div style="width: 100%; height: 50px; margin-top: 20px">
+      <span style="margin-left: 30px">单位领导:</span>
+      <span style="margin-left: 35%">经委会:</span>
+      <span style="margin-left: 318px">制表:</span>
+    </div>
+  </div>
+</template>
+<script>
+export default {
+  name: "bdgleven",
+  props: ["message"],
+};
+</script>
+<style scoped>
+tbody {
+  border: black;
+  color: black;
+  text-align: center;
+}
+tr:last-child {
+  border-bottom: 1px solid;
+}
+</style>