vicky 2 years ago
parent
commit
029de335ca
2 changed files with 12 additions and 9 deletions
  1. 11
    8
      src/dialog/dialog.vue
  2. 1
    1
      src/icons/svg/dec.svg

+ 11
- 8
src/dialog/dialog.vue View File

@@ -91,8 +91,8 @@ export default {
background: rgba(0, 0, 0, 0.6);
}
.tips {
width: 250px;
height: 120px;
width: 258px;
height: 138px;
background-color: #fff;
position: absolute;
left: 0;
@@ -100,11 +100,16 @@ export default {
right: 0;
bottom: 0;
margin: auto;
border-radius: 4px;
color: #515A6E;
font-size: 13px;
border: 1px solid rgba(255, 255, 255, 1);
padding: 0 10px;
}
.head {
width: 100%;
margin-top: 15px;
margin-top: 8px;
line-height: 20px;
}
.icon {
fill: #2c8cf0 !important;
@@ -112,14 +117,12 @@ export default {
}
.tipsTitle {
display: inline;
font-size: 14px;
font-weight: bold;
margin-left: 15px;
margin-left: 10px;
}
.content {
margin-top: 30px;
margin-left: 40px;
font-size: 14px;
margin-top: 40px;
margin-left: 30px;
}
/* 蒙版 */
/* .dialog-mask {

+ 1
- 1
src/icons/svg/dec.svg View File

@@ -1 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1645667738141" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2755" xmlns:xlink="http://www.w3.org/1999/xlink" width="250" height="250"><defs><style type="text/css"></style></defs><path d="M512 0c-285.257143 0-512 226.742857-512 512s226.742857 512 512 512 512-226.742857 512-512-226.742857-512-512-512z m0 950.857143c-241.371429 0-438.857143-197.485714-438.857143-438.857143s197.485714-438.857143 438.857143-438.857143 438.857143 197.485714 438.857143 438.857143-197.485714 438.857143-438.857143 438.857143z" p-id="2756" fill="#currentColor"></path><path d="M731.428571 475.428571h-438.857142c-21.942857 0-36.571429 14.628571-36.571429 36.571429s14.628571 36.571429 36.571429 36.571429h438.857142c21.942857 0 36.571429-14.628571 36.571429-36.571429s-14.628571-36.571429-36.571429-36.571429z" p-id="2757" fill="#ffffff"></path></svg>
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1645668468144" class="icon" viewBox="0 0 1026 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4683" xmlns:xlink="http://www.w3.org/1999/xlink" width="250.48828125" height="250"><defs><style type="text/css"></style></defs><path d="M511.602721 1023.001027a511.474051 511.474051 0 1 1 360.629164-148.84694 509.476105 509.476105 0 0 1-360.629164 149.845913z m0-941.032335c-109.887003 0-220.772979 41.956856-304.686691 125.870567-167.827423 168.826396-167.827423 441.545958 0 609.373381s440.546985 167.827423 609.373381 0c167.827423-167.827423 167.827423-440.546985 0-609.373381-83.913711-82.914739-194.799687-124.871594-304.68669-124.871595z m332.657927 763.215185z" fill="" p-id="4684"></path><path d="M780.326392 552.484859H241.880077a39.95891 39.95891 0 0 1 0-79.91782h538.446315a39.95891 39.95891 0 0 1 0 79.91782z" fill="" p-id="4685"></path></svg>

Loading…
Cancel
Save