|
@@ -0,0 +1,42 @@
|
|
|
+/* dialog*/
|
|
|
+.el-dialog__header {
|
|
|
+ padding: 15px 20px 15px;
|
|
|
+}
|
|
|
+.el-dialog__headerbtn{
|
|
|
+ top: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+/*dialog header*/
|
|
|
+.el-dialog__header{
|
|
|
+ /*background: #e3eaed;*/
|
|
|
+}
|
|
|
+.avue-crud__dialog__header {
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ -ms-flex-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.el-dialog__title {
|
|
|
+ color: rgba(0,0,0,.85);
|
|
|
+ font-weight: 500;
|
|
|
+ word-wrap: break-word;
|
|
|
+}
|
|
|
+.avue-crud__dialog__menu {
|
|
|
+ padding-right: 20px;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+.avue-crud__dialog__menu i {
|
|
|
+ /*color: #909399;*/
|
|
|
+ font-size: 15px;
|
|
|
+}
|
|
|
+.el-icon-full-screen{
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.el-icon-full-screen:before {
|
|
|
+ content: "\e719";
|
|
|
+}
|